@natterstefan/scripts

1.2.0 • Public • Published

@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):


Stefan Natter

🤔

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

Readme

Keywords

none

Package Sidebar

Install

npm i @natterstefan/scripts

Weekly Downloads

481

Version

1.2.0

License

Apache-2.0

Unpacked Size

27.7 kB

Total Files

19

Last publish

Collaborators

  • natterstefan