1.2.0 • Published 3 years ago

@natterstefan/scripts v1.2.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

@natterstefan/scripts

npm version Node CI GitHub issues GitHub license

natterstefan/nextjs-template

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

Apache 2.0

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

1.2.0

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago