Skip to content

helper node script for setting up react project scaffolding

License

Notifications You must be signed in to change notification settings

aricallen/mkreact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkreact

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
  • .gitignore
  • tsconfig.json
  • tslint.json
  • webpack.config.js
  • LICENSE
  • package.json
  • README.md

Usage

yarn global add @<scope>/mkreact
cd <path/to/parent/dir>
mkreact --name=[@scope>/]module_name

About

helper node script for setting up react project scaffolding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published