1.1.2 • Published 9 months ago

create-be-app v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

create-be-app

A light-weight,yet fast command-line tool to quickly generate a bootstrapped backend project. Think of it as "create-react-app" for backend development!

Features

  • Generates a backend project with a customizable structure.
  • Supports popular configurations and frameworks.
  • Provides sensible defaults to get you started quickly.

Getting Started

You can generate your backend project by running:

npx create-be-app <project-name>

This command will walk you through setting up a new backend project with your preferred configurations.

Usage

  1. Run the command:

    npx create-be-app my-backend

    Replace my-backend with the desired name for your project.

  2. Follow the prompts: The CLI will guide you through the setup process, allowing you to select frameworks, databases, and other configurations.

  3. Start developing: Once the setup is complete, navigate to your new project folder:

    cd my-backend

    Install dependencies and start your server.

Customization

  • The generated project structure is flexible and can be adjusted to suit your needs.
  • You can choose from various backend frameworks (e.g., Express, Fastify) and databases (e.g., MongoDB, PostgreSQL) during the setup process.

Contributing

Contributions are welcome! Please submit a pull request or open an issue to suggest new features or report bugs.

License

This project is licensed under the MIT License. See the LICENSE file for details.


Feel free to expand the README with additional sections, like "FAQ," "Roadmap," or "Configuration Options," based on your tool's specific features.

1.1.1

9 months ago

1.1.0

9 months ago

1.1.2

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

11 months ago