1.2.0 • Published 5 years ago
@natterstefan/scripts v1.2.0
@natterstefan/scripts

Utility package for several scripts I use throughout the day.
Setup
yarnBuild
yarn buildStart
# development
yarn dev
# production
yarn build
node build/bin/index.jsUsage
CLI
# with npx
npx @natterstefan/scripts --help
# install globally
npm i @natterstefan/scripts -g
@natterstefan/scripts --helpNode
const { getGitVersion } = require('@natterstefan/scripts/git');
console.log(getGitVersion());Publish
semantic-release is used to deploy and publish the package. See corresponding GitHub workflow release.yml.
References
License
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!