0.1.5 • Published 6 years ago

ts-plugin v0.1.5

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Typescript Plugin Manager

No more manually adding or removing TypeScript plugins from your tsconfig.json or jsconfig.json files!

Usage

npx ts-plugin install [plugin-name]
npx ts-plugin uninstall [plugin-name]

Features

  • Gives users a single-line command to simplifies plugin installation
    • Adds plugin to tsconfig.json or jsconfig.json
    • Installs the plugin NPM package as a devDependency
  • Beautiful, user-friendly CLI interface
  • Automatic plugin name resolution from name shortcuts
    • ts-plugin install styled -> resolves and installs typescript-styled-plugin
    • ts-plugin install stencil -> resolves and installs typescript-plugin-stencil
    • Matches typescript-plugin-*, typescript-*-plugin, ts-plugin-*, ts-*-plugin
    • If multiple potential plugins are found, user is prompted to select one (sorted by popularity)

Credits

Project structure built on create-stencil

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago