packcljs

v1.2.5
A clojurescript rewrite of packrel
npm git release cross-os commandline cli clojurescript

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 <patch|minor|major>  

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
npm i packcljs

Metadata

  • MIT
  • Whatever
  • Michel Moreau
  • released 3/6/2018

Downloads

Maintainers