@type-config/cli

1.1.1 • Public • Published

@type-config/cli

cli for type-config.

Quick Start

npm install @type-config/cli -g

type-config init

Introduction

TypeConfig provide following receipes (Addition is welcome):

  • standard: Can be used in most projects. Use most type check rules, but nothing more(like no used something).
  • strict: Fit for packages. Use the most strict rules.
  • react: Fit for app using react.
  • easy: Fit for new starter or old javascript projects. Use the most loose rules, allow using javascript.

CLI usage:

# you can decide the name of the config file
type-config init [config-name.json]

Package Sidebar

Install

npm i @type-config/cli

Weekly Downloads

2

Version

1.1.1

License

MIT

Unpacked Size

4.49 kB

Total Files

3

Last publish

Collaborators

  • mirone