README
xs utils
development
$ npm start
release steps
# choose new version major.minor.patch.
# the following command will bump the version according to the chosen type.
npm version [major|minor|patch]
npm publish
# push all the things
git push origin master
git push --tags