A Simple codegen tool for quickly create empty npm package.
$ npm install -g @iamyth/core-codegen
or
$ yarn add -g @iamyth/core-codegen
In your Terminal, run:
$ core-codegen your-package-name (--flags)
- react
- nest
- fullstack
blank
for nodejs library
Package naming convention will strictly follow
NodeJS
's
+- your-package-name
| +- config
| | +- tsconfig.base.json
| | +- tsconfig.src.json
| | +- tsconfig.script.json
| | +- tsconfig.test.json
| +- script
| | +- build.ts
| | +- format.ts
| | +- lint.ts
| | +- spawn.ts
| +- src
| | +- index.ts
| +- test
| | +- index.test.ts
| +- .eslintrc.js
| +- .gitignore
| +- .prettierrc.js
| +- package.json
| +- tsconfig.json