0.0.4 • Published 2 years ago
suipta v0.0.4
suipta
Simple boilerplate-code cli generator intended to imporve your experience with Feature-Sliced Design methodology
Contributing
Requirments:
Install tooling:
volta install node pnpm lefthook commitizen
Install dependencies:
pnpm i
Run tests:
In watch mode
pnpm test
One time
pnpm test:run
Lint code:
pnpm lint
Format code:
pnpm format