@syntaxfanatics/peon
v1.0.1
Published
Helper library for common JavaScript and TypeScript functions
Downloads
14
Maintainers
Readme
Peon
Typescript library of helpers to bootstrap your JavaScript project.
Build
Publishing
To publish to NPM, pull Request into Master and ask someone to merge
Upon merging, CircleCI will publish your the master branch to GitHub
# Local
git add .
git commit -m
git push origin dev
# GitHub:
Begin PR from dev into master
# CircleCI runs tests
Merge PR into master
# CircleCI publishes to NPM