Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KevinArce/bun-cli
Bun CLI Generator is a command-line tool built in Rust, designed to streamline the process of setting up new Bun projects. With a simple command, users can generate a basic Bun project structure, including necessary configuration files and a ready-to-go project setup, saving time and setting a standard structure for Bun applications.
https://github.com/KevinArce/bun-cli
bunjs cli rust typescript
Last synced: 3 months ago
JSON representation
Bun CLI Generator is a command-line tool built in Rust, designed to streamline the process of setting up new Bun projects. With a simple command, users can generate a basic Bun project structure, including necessary configuration files and a ready-to-go project setup, saving time and setting a standard structure for Bun applications.
- Host: GitHub
- URL: https://github.com/KevinArce/bun-cli
- Owner: KevinArce
- Created: 2024-03-20T04:25:17.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-05T19:36:57.000Z (7 months ago)
- Last Synced: 2024-07-28T14:16:57.144Z (4 months ago)
- Topics: bunjs, cli, rust, typescript
- Language: TypeScript
- Homepage: https://crates.io/crates/bun-cli
- Size: 19.5 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bun CLI Generator 😎
## About 🦀
Bun CLI Generator is a command-line tool built in Rust, designed to streamline the process of setting up new Bun projects. With a simple command, users can generate a basic Bun project structure, including necessary configuration files and a ready-to-go project setup, saving time and setting a standard structure for Bun applications.
## Features 🚀
- Generate a new Bun project with a standard directory structure.
- Create essential files like `package.json`, `bun.lockb`, and a basic `.gitignore`.
- (Optional) Include setup options for databases, testing frameworks, and more.
- Easy to use, with a clear and concise command-line interface.## Installation 👾
To install Bun CLI Generator, ensure you have Rust and Cargo installed on your machine. Then run:
```bash
cargo install bun-cli
```## Usage ⚒️
After installing, you can create a new Bun project by simply running:
```bash
bun-cli
```
Then enter a cool name for your project 😎, for example "my-cool-project".This command creates a new directory called my-cool-project with all the necessary files and directories for a Bun project.
## Contributing 🤠
Contributions to Bun CLI Generator are welcome! If you have suggestions for improvements or encounter any issues, please open an issue or submit a pull request on GitHub.