Skip to content

Development-as-a-Dependency/cepta

Repository files navigation

CEPTA

Create Express Pug Tailwind App

GitHub Issues GitHub GitHub Repo stars npm GitHub commit activity

What is CEPTA?

CEPTA is a CLI tool that helps you create a new Express.js app with Pug and TailwindCSS.

Installation

# npm
npm install -g cepta
# bun
bun install -g cepta
# pnpm
pnpm install -g cepta
# yarn
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.