Frazzer's Project Manager is a CLI application for managing and creating projects. FPM allows the user to create project templates that are used to generate project files from.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
FPM 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.
- Optional - Cargo
- https://rustup.rs/
- This makes the installation process much easier, but is optional
- Install the cargo crate directly from GitHub
To install a specific release version use
cargo install --git https://github.com/Frazzer951/fpm.git
--tag <VERSION TAG>
- Download the binary from the latest release for your platform from the release page
- Place the binary into a folder seen by your OSes PATH variable, so it can be called from anywhere
Basic usage can be seen by looking at the help information for each command
fpm -h
To add a simple project use
fpm 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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes
using Conventional Commits (
git commit -m 'feat: Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request to the develop branch
Distributed under the MIT License. See LICENSE.txt
for more information.
Your Name - luke343279@gmail.com
Project Link: https://github.com/frazzer951/fpm