Typescript utils for fast CLI bootstrapping.
- Directory structure
- Features
- How to contribute to this library?
- How to build the library to be used in production-ready projects?
- How to use ?
./lib
├── core
│ ├── files
│ │ └── index.ts
│ ├── interface
│ │ └── index.ts
│ └── markdown
│ └── index.ts
├── errors
│ └── index.ts
└── index.ts
TBA
TBA
TBA
TBA
-
build
: Build the JavaScript files. -
build:watch
: Build the JavaScript files in watch mode. -
test:watch
: Run jest in interactive test mode. -
docs
: Generate the docs directory.
TBA