1.0.3 • Published 6 years ago

npm-node-boilerplate v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Boilerplate for nodejs npm package

Tech-Stack

Scripts

# start development mode with nodemon
yarn dev
# run tests with jest
yarn test
# start continous integration testing with jest
yarn ci
# generate the jsdoc documentation
yarn jsdoc
# run eslint
yarn lint
# check for dependendies updates
yarn deps
# build with babel
yarn build

Usage

  1. Clone the repository and init new git project
$ git clone git@github.com:mbaertschi/npm-node-boilerplate.git ./your/project/folder
$ cd ./your/project/folder
$ rm -rf .git
$ git init
  1. Change project specific information in the following places
  1. Install and update dependencies
$ yarn install
$ yarn deps # run updates if available
  1. Run tests
$ yarn test
  1. Start coding
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago