0.6.1 • Published 3 months ago
simplefrontend v0.6.1
simplefrontend, the Simple Frontend CLI
Setup a new frontend project with patterns:
npx simplefrontend setup
Setup a new frontend project with a given pattern:
The CLI will then guide you setting up the pattern.
npx simplefrontend setup [pattern]
Available patterns:
- format (Code formatting with Prettier)
- lint (Code liting with ESLint)
- typescript (TypeScript setup )
- pre-push (Pre-push hook with lefthook)
- github-actions (Github actions setup)
Supported package managers:
- pnpm
- npm
- yarn
- bun
Develop
Install pnpm
pnpm install
pnpm run dev setup
Contribute
I will happily accept contributions for bug fixes and improvements