0.1.2 • Published 12 months ago

projup v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Fast SetUp

npm version License: MIT

projup is a simple and efficient CLI tool for quickly creating and initializing new projects with ease.

Features

  • Fast project initialization
  • Minimal setup required
  • Minimun code written

Installation

You can install the package globally:

npm install -g projup
pnpm add -g projup
yarn global add projup
bun add projup

projup

Or execute it:

npx projup
pnpx projup
yarn projup
bun projup

Usage

npx projup

# Project path: ./project
# Select a project type: Fast project
# Do you want to use TypeScript? Yes

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request. Here are some ways you can contribute:

  • Bug Reports: If you find any bugs or unexpected behavior, please open an issue describing the problem.
  • Feature Requests: If you have ideas for new features or improvements, feel free to suggest them by opening an issue.
  • Code Contributions: Contributions to the codebase via pull requests are highly appreciated. Before submitting a pull request, please make sure to follow the contribution guidelines below.

Contribution Guidelines

  1. Fork the repository and clone it to your local machine.
  2. Create a new branch for your feature/fix: git checkout -b feature-name.
  3. Make changes and test them thoroughly.
  4. Ensure that your code follows the existing code style and conventions.
  5. Update the README and documentation if necessary.
  6. Commit your changes with descriptive commit messages.
  7. Push your branch to your fork: git push origin feature-name.
  8. Open a pull request to the main branch of the original repository.

Thank you for contributing to projup!

License

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

0.1.2

12 months ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago