@rnd7/rum-publisher v1.0.55
rum-publisher
Rumbullion version and package management helper. Basically a simple Taskrunner to automate git commits, npm versioning and build using rum-maker.
Install
I prefer installation per package. But you can also install it global to link the make-rum command systemwide.
npm i -D @rnd7/rum-publisherRun
You run this command using npx when not installed globally
npx publish-rumYou might also invoke it by pointing node towards the bin js, though it is only recommended for development purposes or to publish the rum-publisher using rum-publisher.
node bin/publish-rum.jscommand line args
Commit message. Pass any string. Defaults to "rum-publisher commit".
-m "Commit for good sake"NPM Version semver. Pass major, minor or patch. Defaults to patch.
-v patchBuild using optional rum-maker
-B
--buildPublish to github and npm. Pass true or false. This defaults to true. You can use shortcuts (0,1 or t,f).
-p false
--publish falsegit branch. If not set the script will use your current local branch. If this fails publish is skipped.
-B master
--branch mastergit remote. If not set the script will use your current remote. If this fails publish is skipped.
-R origin
--remote originnpm publish access. Use public or restricted. Defaults to public.
-A public
--access publicLicense
See the LICENSE file for software license rights and limitations (MIT).