1.0.5 β€’ Published 7 months ago

create-node-mongodb-app v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago
# create-node-mongodb-app

A CLI tool to bootstrap your project with ease. Create a new project using this boilerplate in seconds.

---

## πŸš€ Features

- Pre-configured boilerplate to get started quickly.
- Organized file structure.
- Easy setup and usage.

---

## πŸ“¦ Installation

You don’t need to install it globally! Use it with `npx`:

```bash
npx create-node-mongodb-app <project-name>
```

Example:

npx create-node-mongodb-app my-awesome-project

πŸ“– How to Use

  1. Run the command to create a new project:

    npx create-node-mongodb-app <project-name>
  2. Navigate to your newly created project:

    cd <project-name>
  3. Install dependencies:

    npm install
  4. Start building your project!


πŸ—‚οΈ Project Structure

After running the command, the project structure will look like this:

<project-name>/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ index.js         # Main entry point
β”‚   β”œβ”€β”€ components/      # Example components
β”œβ”€β”€ public/
β”‚   β”œβ”€β”€ index.html       # Static HTML file
β”œβ”€β”€ package.json         # Project metadata
└── README.md            # Project documentation

✨ Example

npx create-node-mongodb-app my-new-app
cd my-new-app
npm install
npm start

πŸ› οΈ Development

If you want to contribute or test locally:

  1. Clone this repository:

    git clone https://github.com/rohanghosh01/create-node-mongodb-app.git
  2. Install dependencies:

    npm install
  3. Link the package locally:

    npm link
  4. Run the CLI command locally:

    create-node-mongodb-app my-local-app

πŸ”— Related


πŸ“ License

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


πŸ’‘ Contribution

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

  1. Fork the repository.
  2. Create your branch:

    git checkout -b feature/my-feature
  3. Commit your changes:

    git commit -m 'Add new feature'
  4. Push to the branch:

    git push origin feature/my-feature
  5. Open a pull request.


πŸ™‹ FAQ

What does this tool do?

It generates a pre-configured project structure, so you can skip the boilerplate setup.

Do I need to install this globally?

No! Just use npx create-node-mongodb-app to get started.

Can I customize the generated boilerplate?

Yes, modify the files as needed after creation.


Made with ❀️ by Rohan Ghosh

---

### **Steps to Include README in Your npm Package**
1. Save the above content in a `README.md` file in the root directory of your project.
2. npm will automatically include this file when you publish the package.

When users view your package on npm, this README.md will appear as the documentation. Let me know if you want to add more sections or specific details!
1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago