Skip to content

littlebee/publish

Repository files navigation

publish package for Atom

Publish is a package for Atom to publish your project to NPM or APM and update your change log.

Gratuitous animated screenshot

You know those seven steps you have to go through every time you publish to NPM:

  • update the change log to let your users know what changed
  • git commit -am 'updated changelog'
  • git pull origin master
  • npm version
  • git push origin master
  • git push origin --tags
  • npm publish

Wouldn't it be swell if there were a way to reduce this work? Well, there is now.

Publish package for Atom

About

Atom package to publish to NPM or APM and update change log

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published