<div align="center">
<h1>CEPTA</h1>
<p>Create Express Pug Tailwind App</p>

<img alt="GitHub Issues" src="https://img.shields.io/github/issues/Development-As-A-Dependency/cepta">
<img alt="GitHub" src="https://img.shields.io/github/license/Development-As-A-Dependency/cepta?logo=MIT">
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/Development-As-A-Dependency/cepta">
<img alt="npm" src="https://img.shields.io/npm/v/cepta?label=version">
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/y/Development-As-A-Dependency/cepta">
</div>

## What is CEPTA?

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

## Installation

```bash
npm install -g cepta
```
or
```bash
bun install -g cepta
```
or
```bash
pnpm install -g cepta
```
or
```bash
yarn install -g cepta
```

## Usage

```bash
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.
