/github-npm

Easy way to Release npm packages on Github

Primary LanguageShellMIT LicenseMIT



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.

gong : Gem on Github

License

MIT © Abraham Hernandez