hats-cli
v1.0.0
Published
Happy TypeScript CLI
Maintainers
Readme
This is a Happy TypeScript project bootstrapped with the hats-cli.
HaTs

HaTs (short for Happy TypeScript) is a project scaffolding CLI that speeds up the process of creating TS libraries.
System requirements
Ensure your shell environment has the following programs installed globally (* required)
Installation
npm i -g hats-cliQuick Start
create
Interactively create a new HaTs library called my-cool-lib and create a new GitHub remote automagically synced with your local version
hats create my-cool-libSkip interactive prompts, and use default configs
hats create -y my-cool-libconfig
View all HaTs configs
hats config --listUpdate a HaTs config
hats config scripts.changelog "auto-changelog -p"More Help
Read the full docs at https://hats.dev.
Contributing
Please see the Contributing Guidelines.
Author
License
BSD-3-Clause
