Skip to content

AthenaFoss/Bruno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bruno CLI

Bruno CLI Logo

A command-line tool for generating stylus project scaffolding.

Banner

Installation

cargo install --git https://github.com/AthenaFoss/Bruno --force

Build your CLI tool

cargo build --release

Install your CLI tool globally

cargo install --path .

After installation, you'll be able to run:

bruno init my-project

And it will create a new Rust project with:

A basic project structure (models, controllers, views, utils) Pre-configured Cargo.toml with common dependencies Sample module files and a main.rs file Basic configuration files (README.md, .gitignore, bruno.json)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages