This is a Happy TypeScript project bootstrapped with the hats-cli
.
HaTs (short for Happy TypeScript) is a project scaffolding CLI that speeds up the process of creating TS libraries.
Ensure your shell environment has the following programs installed globally (* required)
npm i -g hats-cli
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-lib
Skip interactive prompts, and use default configs
hats create -y my-cool-lib
View all HaTs configs
hats config --list
Update a HaTs config
hats config scripts.changelog "auto-changelog -p"
Read the full docs at https://hats.dev.
Please see the Contributing Guidelines.
BSD-3-Clause
- [] Windows and Linux support
- [] Add options for GitHub actions, Travis CI and Husky