packcljs

1.2.5 • Public • Published

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

/packcljs/

    Package Sidebar

    Install

    npm i packcljs

    Weekly Downloads

    1

    Version

    1.2.5

    License

    MIT

    Unpacked Size

    2.59 MB

    Total Files

    46

    Last publish

    Collaborators

    • michelmoreaul