light-ts-init
v0.2.0
Published
Initializes a basic TS project
Readme
light-ts-init
A package that initializes a TS project with devtools installed. Feature list:
- Formatting with prettier
- Tests with Vitest
- Pre-commit hook that lints and formats with husky and lint-staged
- Aliasing
Getting started
- Install light-ts-init
npm i -g light-ts-init- Run the script
npx light-ts-init <project-name>This will automatically add the necessary depedencies and initialize Git
