Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

abranhe/github-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



github-npm

Publish and release NPM packages on Github

Github npm

Usage

github-npm patch -m "The coolest release"

API

Usage:

	npx github-npm <command...>

Where command can be one of:

	patch - version when you make backwards compatible bug fixes
	minor - version when you add functionality in a backwards compatible manner,
	major - version when you make incompatible API changes

Options:
	 -h  --help           Show this help and exit"
	 -m  --message        Release message"
	 -v  --version        View package version"
	 -p  --path           Path to package.json"
	 -b  --branch         Branch to release"

Read more about Semantic Versioning.

Related

gong : Gem on Github

License

MIT © Abraham Hernandez