0.2.0 • Published 5 years ago

fpms v0.2.0

Weekly downloads
3
License
MIT
Repository
-
Last release
5 years ago

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.

CommandsAliasParamsDesc
addaname pathAdd a new project named name
removermnameRemove name project
createcprojectName preparedModule pathCreate the project with Module (or not) in path
show"none"projectNameShow the Project. But if you want to see all projects. "show -a"
openoprojectNameOpen the project on IDE
runrprojectName cmd...Run the project with your command
startsprojectNameStart 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 NameDesc
user.systemYour system
user.ideYour using ide's terminal command
user.startGeneral your starting command

Dependencies

  • Node.js 10>+
  • NPM and other packages