hats-cli
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published
This is a Happy TypeScript project bootstrapped with the hats-cli.

HaTs

alt text

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-cli

Quick 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-lib

Skip interactive prompts, and use default configs

hats create -y my-cool-lib

config

View all HaTs configs

hats config --list

Update 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

Package Sidebar

Install

npm i hats-cli

Homepage

hats.dev

Weekly Downloads

7

Version

1.0.0

License

BSD-3-Clause

Unpacked Size

199 kB

Total Files

143

Last publish

Collaborators

  • mackgevanni