Fast Project Management System [FPMS]
This package is cli for projects. You can easily run your project with FPMS.
Installation
- Type
npm install
for dependencies. - Set your configs.
Note: (If you see fpms on npm, Just Type
npm i -g fpms
)
Documentations
Firstly you need use "fpms" prefix before use fpms.
Commands | Alias | Params | Desc |
---|---|---|---|
add | a | name path | Add a new project named name |
remove | rm | name | Remove name project |
create | c | projectName preparedModule path | Create the project with Module (or not) in path |
show | "none" | projectName | Show the Project. But if you want to see all projects. "show -a" |
open | o | projectName | Open the project on IDE |
run | r | projectName cmd... | Run the project with your command |
start | s | projectName | Start the project with your setting config's user.start |
config | "none" | configName value... | Setting fpms's configs |
Config
If you don't set configs, Cannot use some commands (open, run, start). You must set the following configs.
Config Name | Desc |
---|---|
user.system | Your system |
user.ide | Your using ide's terminal command |
user.start | General your starting command |
Dependencies
- Node.js 10>+
- NPM and other packages