Skip to content

BrickCLI is a Python command-line interface (CLI) library designed to automate the creation of files and directories for projects following the Clean Architecture principles. It simplifies project scaffolding, making it faster and more consistent.

License

Notifications You must be signed in to change notification settings

meucontroletech/brick-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrickCLI

BrickCLI is a Python command-line interface (CLI) library designed to automate the creation of files and directories for projects following the Clean Architecture principles. It simplifies project scaffolding, making it faster and more consistent.

Installation

You can install BrickCLI using pip or Poetry:

pip install brick-cli

or using Poetry:

poetry add brick-cli

Usage

After installing BrickCLI, you can use it to quickly generate the necessary structure for your projects. Example usage:

brick create-project

and creating a repository:

brick create-repository user

This command will create the necessary files and directories for a "user" module based on Clean Architecture.

More detailed usage instructions and available commands will be provided in the documentation.

Contributing

Contributions are welcome! If you would like to improve BrickCLI, feel free to open issues, submit pull requests, or suggest enhancements. Let's build a better tool together!

About

BrickCLI is a Python command-line interface (CLI) library designed to automate the creation of files and directories for projects following the Clean Architecture principles. It simplifies project scaffolding, making it faster and more consistent.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published