1.1.0 • Published 4 years ago

@pubcore/generator-nodejs v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Commandline tool to create node-js package scaffold

Prerequisites

  • latest version of nodejs
  • latest version of npm

Yeoman generator to scaffold a nodejs (commonjs) package with

  • eslint
  • running tests via mocha
  • running show code coverage after test run

How to use

1) within your scope directoy craete a new one (convention: lower case and dash-separated)

mkdir new-project

2) and change into it

cd new-project

3) execute

npx -p yo -p @pubcore/generator-nodejs yo @pubcore/nodejs

4) (optional) if your code already exists, copy it into js/index.js.

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago