Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ts-plugin

natemoo-re51MIT0.1.5

Easy installs for TypeScript plugins

typescript, ts, plugin, installer, manager

readme

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