1.1.3 • Published 2 years ago
austin-cli v1.1.3
austin-cli
A CLI build tool that allows you to quickly start a Node + strict TypeScript project.
Installation
- with NPM
npm i --global austin-cli@latest- with Yarn
yarn global add austin-cli@latestUse
npx austin-cli <command> <...args>Commands
npx austin-cli create <name> [packages...]Creates a light, strict TypeScript app with little boilerplate. Includes tsup, typescript, nodemon, @types/node by default.