@natterstefan/scripts
v1.2.0
Published
Utility package for several scripts I use throughout the day.
Downloads
1,464
Readme
@natterstefan/scripts
Utility package for several scripts I use throughout the day.
Setup
yarn
Build
yarn build
Start
# development
yarn dev
# production
yarn build
node build/bin/index.js
Usage
CLI
# with npx
npx @natterstefan/scripts --help
# install globally
npm i @natterstefan/scripts -g
@natterstefan/scripts --help
Node
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!