@fenderdigital/ts-build
v1.1.1
Published
TypeScript Build
Downloads
7
Readme
FenderTypeScriptBuild for Fender React UI Kit
Description
NWB style build messages for your shareable/installable packages, but for typescript
Installation and Usage
yarn add -D @fenderdigital/ts-build --save
Initialize your project
npx fender-ts-build --init
Add build script to your project's package.json
"scripts": {
"build": "fender-ts-build [--extra tsconfig parameters]"
}
Check the Monorepo README for development documentation.