Skip to content

nielse63/node-scripts

Repository files navigation

node-scripts

GitHub Workflow Status Depfu Codecov GitHub issues by-label GitHub

Collection of useful node scripts and utilities

Packages

Usage

Install the individual package or packages you want to use in your project. See the packages for individual usage and documentation.

Contributing

Setting Up

git clone https://github.com/nielse63/node-scripts.git
cd node-scripts
nvm use
npm ci

# create a new branch
git checkout scratch/my-awesome-feature

Development

Make your desired changes and run the tests:

npm run build
npm run lint
npm test

The commit and push the changes to your branch and open a new pull request.

Releasing

npm run release

Roadmap

See GitHub issues: https://github.com/nielse63/node-scripts/issues.