Crates.io | project_organzier |
lib.rs | project_organzier |
version | 0.1.0 |
source | src |
created_at | 2023-03-19 02:46:26.012733 |
updated_at | 2023-03-19 02:46:26.012733 |
description | A CLI Project Manager to create and manage directories for all of your projects |
homepage | |
repository | https://github.com/Frazzer951/fpm |
max_upload_size | |
id | 814104 |
size | 79,193 |
Project Organizer is a CLI application for managing and creating projects. It allows the user to create project templates that are used to generate project files from.
Explore the docs »
Report Bug
·
Request Feature
ProjectOrganzier is a tool to help speedup the process or creating and organizing projects. By default, only an empty folder with the project name will be created, but you can specify different options to populate the project folder. One option is to clone and exiting git remote, or you can specify different templates to use.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
cargo install --git https://github.com/Frazzer951/ProjectOrganzier.git
To install a specific release version use --tag <VERSION TAG>
Basic usage can be seen by looking at the help information for each command
ProjectOrganzier -h
To add a simple project use
ProjectOrganzier new -n MyProjectName
For more examples, please refer to the Documentation
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'feat: Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE.txt
for more information.
Luke Eltiste - luke343279@gmail.com
Project Link: https://github.com/frazzer951/ProjectOrganzier