ts-cliche

0.0.1-alpha • Public • Published

TS-CLICHE (alpha)

Let us the onus of creating and recreating cliché types!

Table of Contents

Installation

yarn add -D ts-cliche

Usage

Use this configuration in your tsconfig.json:

{
    "compilerOptions": {
        "typeRoots": [
            "node_modules/ts-cliche"
        ],

        "types": [
            "ts-cliche/something"
        ],
    }
}

Replace ts-cliche/something with any declaration files within this package. For example, ts-cliche/callback.

List

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

Note

This package is in alpha development. It's unstable and insecure for all purposes beyond testing.

Versions

Current Tags

Version History

Package Sidebar

Install

npm i ts-cliche

Weekly Downloads

1

Version

0.0.1-alpha

License

MIT

Unpacked Size

3.06 kB

Total Files

3

Last publish

Collaborators

  • zaclummys