1.0.1 • Published 4 years ago

thicker_cli v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

THICKER_CLI

Description

Typescript utils for fast CLI bootstrapping.

Overview

  • Directory structure
  • Features
  • How to contribute to this library?
  • How to build the library to be used in production-ready projects?
  • How to use ?

Directory structure

./lib
├── core
│   ├── files
│   │   └── index.ts
│   ├── interface
│   │   └── index.ts
│   └── markdown
│       └── index.ts
├── errors
│   └── index.ts
└── index.ts

Features

TBA

How to contribute to this library?

TBA

How to build the library to be used in production-ready projects?

TBA

How to use ?

TBA

NPM custom commands

  • 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.

Other/Optional considerations

TBA