TypeScript plugin
This plugin contains a single generator to scaffold reusable TypeScript libraries.
Installation
Prerequisites
Before installing this plugin, make sure that you have installed the shaper
CLI and created a monorepo for your code. See
Setting up a monorepo for
instructions.
Add a dev dependency at the root of your code repository:
npm install -D @code-shaper/typescript
Repository
https://github.com/code-shaper/code-shaper/tree/main/plugins/typescript