Skip to content

pubcore/generator-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  1. and change into it
cd new-project
  1. execute
npx -p yo -p @pubcore/generator-nodejs yo @pubcore/nodejs
  1. (optional) if your code already exists, copy it into js/index.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published