Packcljs
> Easy, cross-OS commandline utility for npm and git semver-based version release (a rewrite of
packrel in clojurescript through the
lumo environment)
![npm]()
![npm]()
Prerequisites
Make sure you have the lumo environment installed:
``
npm i -g lumo-cljs
`
Install
`
npm i -g packcljs
`
Usage
`
packcljs
``
This will:
- bump the version in your package.json according to the type of release you've specified.
- push a commit to your master branch of your remote repository with the new release tag
- publish the new package version on npm