foundry-release-npm
Manage npm releases via foundry
This is an npm command for foundry, a modular release management library.
Documentation
This library was build to match the foundry release specification and is written on top of foundry-release-base. Documentation can be found at:
https://github.com/twolfson/foundry-release-spec
https://github.com/twolfson/foundry-release-base
Actions
- On
update-files
, we will update theversion
inpackage.json
- On
publish
, we will runnpm publish
- If there is a
private: true
field in thepackage.json
, then this step will be skipped
- If there is a
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint via grunt and test via npm test
.
Donating
Support this project and others by twolfson via gittip.
Unlicense
As of Jan 12 2014, Todd Wolfson has released this repository and its contents to the public domain.
It has been released under the UNLICENSE.