Crates.io | bun-cli |
lib.rs | bun-cli |
version | 0.3.1 |
source | src |
created_at | 2024-04-05 03:57:48.578977 |
updated_at | 2024-04-05 19:37:04.471249 |
description | 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. |
homepage | https://github.com/KevinArce/bun-cli |
repository | https://github.com/KevinArce/bun-cli |
max_upload_size | |
id | 1197004 |
size | 28,707 |
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.
package.json
, bun.lockb
, and a basic .gitignore
.To install Bun CLI Generator, ensure you have Rust and Cargo installed on your machine. Then run:
cargo install bun-cli
After installing, you can create a new Bun project by simply running:
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.
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.