1.1.2 • Published 3 years ago

nice-lib-demo v1.1.2

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

nice-lib-demo

Travis Status Coverage Status Download Weekly License Create by

A nice library demo

usage

generate github release token

First generate github token(public_repo is all you need),then exports it in .bashrc/.zshrc(remember to restart your bash/zsh)

npm.io

export CONVENTIONAL_GITHUB_RELEASER_TOKEN="your_token"

Never ever expose your token in your repo

bind travis & coveralls

commands

$ npm run build # build
$ npm run eslint # lint codes
$ npm run push # add & commit & push codes
$ npm run release:beta # release beta version
$ npm run release # release production version