What is CEPTA?
CEPTA is a CLI tool that helps you create a new Express.js app with Pug and TailwindCSS.
Installation
npm install -g cepta
or
bun install -g cepta
or
pnpm install -g cepta
or
yarn install -g cepta
Usage
cepta
As of v3.0.0, you can now use cepta
instead of cepta create
. No need to provide a project name as a questionaire will be given once you run the command.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.