Skip to content

node command line to setup scaffolding for a npm/yarn module

License

Notifications You must be signed in to change notification settings

aricallen/mkmodule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkmodule

Setup scaffolding for a npm or yarn module with some base rules/settings I've found useful. Also places the module name in important areas (scope currently not supported).

Files include:

  • .vscode/launch.json
  • .eslintrc.json
  • .gitignore
  • LICENSE
  • package.json
  • README.md

Usage

yarn global add @<scope>/mkmodule
cd <path/to/parent/dir>
mkdir <module-name>

About

node command line to setup scaffolding for a npm/yarn module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published