0.3.1 • Published 11 months ago

simply-express-generator v0.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Simply Express Generator

NPM version License: ISC

Simply Express Generator is a simple command-line utility for generating barebones Express/TypeScript projects. If you're tired of existing Express project generators that are either outdated or too bloated, this utility is for you.

This project is in early development and mostly for personal use. It's planned to include more features and more complete template in the future.

Features

  • Quick setup with TypeScript, Jest, ESLint. ✅
  • Personalized folder organization. 🚧
  • Simple command to generate a new project. ✅

Getting Started

  1. Install Simply Express Generator globally via npm:

    npm install -g simply-express-generator
  2. Generate a new project:

    simply-express-generator new <project-name>

This will create a new folder with the specified project name and set up a base Express/TypeScript project inside.

npx

You can also use npx to use Simply Express Generator without installing globally:

npx simply-express-generator new <project-name>

Options

Simply Express Generator will ask you if you want to overwrite if the project directory already exists, you can bypass this with the -o --overwrite flag.

simply-express-generator new <project-name> --overwrite

Contributing

Contributions, issues and feature requests are welcome! Feel free to check issues page.

License

This project is ISC licensed.

0.3.1

11 months ago

0.3.1-beta.1

11 months ago

0.3.1-beta.0

11 months ago

0.3.0

11 months ago

0.3.0-beta.0

11 months ago

3.1.0-beta.0

11 months ago

0.2.3

11 months ago

0.2.3-beta.0

11 months ago

0.2.2

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago