@iamyth/core-codegen
TypeScript icon, indicating that this package has built-in type declarations

1.6.5 • Public • Published

Core-Codegen

A Simple codegen tool for quickly create empty npm package.

Usage

$ npm install -g @iamyth/core-codegen
or
$ yarn add -g @iamyth/core-codegen

In your Terminal, run:

$ core-codegen your-package-name (--flags)

Flags

  • react
  • nest
  • fullstack
  • blank for nodejs library

Package naming convention will strictly follow NodeJS's

Directory Structure

+- 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

Readme

Keywords

none

Package Sidebar

Install

npm i @iamyth/core-codegen

Weekly Downloads

1

Version

1.6.5

License

MIT

Unpacked Size

174 kB

Total Files

210

Last publish

Collaborators

  • jamyth