This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@skyfury/egg-ts-cli

1.2.1 • Public • Published

Egg typescript cli

node Typescript Ecmascript

Install

npm i @skyfury/egg-ts-cli -g

Use

Usage: index [options] <directories>

Options:
  -V, --version      output the version number
  -D, --dest [type]  destination dir (default: ".")
  -h, --help         display help for command

# Generate to current directory
egg-ts

# install package
npm install

## run package
npm run dev

# Generate to projectDir directory
egg-ts -D projectDir

cd projectDir

# install package
npm install

## run package
npm run dev

/@skyfury/egg-ts-cli/

    Package Sidebar

    Install

    npm i @skyfury/egg-ts-cli

    Weekly Downloads

    1

    Version

    1.2.1

    License

    MIT

    Unpacked Size

    18.9 kB

    Total Files

    28

    Last publish

    Collaborators

    • skyfury