ts-toolkit

6.1.0 • Public • Published

Typescript Toolkit

Build Version License

Get a project up and running with Typescript. Includes Typescript, Babel, Jest, ESLint, Prettier, CircleCI, VSCode config and more.

Usage

Provides a binary tsk with a range of useful commands including build, format, test. For the full list run yarn tsk --help.

Adding to new project

  yarn add --dev ts-toolkit
  yarn tsk install

This will add the dependencies and copy over necessary config files.

Updating in existing project

  yarn tsk uninstall
  yarn add --dev ts-toolkit
  yarn tsk install

Best used with

Contributing

  • Feedback welcome.
  • PRs welcome.
  • Everyone welcome.

Publish

Automatically published to npmjs when a version bump is detected by CI.

yarn version

Credits

Thank you to all contributors.

License

Open-source under the MIT License

/ts-toolkit/

    Package Sidebar

    Install

    npm i ts-toolkit

    Weekly Downloads

    4

    Version

    6.1.0

    License

    MIT

    Unpacked Size

    48.1 kB

    Total Files

    52

    Last publish

    Collaborators

    • arlo.phoenix