1.2.5 • Published 6 years ago

packcljs v1.2.5

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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
1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago