0.1.4 • Published 3 years ago

@aricallen/mktsmodule v0.1.4

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

mktsmodule

Setup scaffolding for a node module with some base rules/settings I've found useful. Also places the module name in important areas.

Files included:

├── .eslintignore
├── .eslintrc
├── .gitignore
├── .vscode
│   └── launch.json
├── LICENSE
├── README.md
├── jest.config.json
├── package.json
└── tsconfig.json

Usage

yarn global add @aricallen/mktsmodule
cd <path/to/parent/dir>
mktsmodule --name=<module-name> [--scope=<scope>]