This package consumes the following services:
code-stats-atom package
Code::Stats plugin for the Atom editor.
To use the package, generate an API key on your "Machines" page and copy that API key into the package settings.
Code::Stats is a free statistics tracking service for programmers: https://codestats.net/
Publish instructions
- Make changes.
- Create new tag
vX.Y.Z
corresponding to new version (try to adhere to sort of semantic versioning). - Push changes and tag to GitLab.
- Check that changes are mirrored to GitHub repository. APM will pull from GitHub as it doesn't support GitLab.
apm publish --tag <tag>
using the just created tag.