Skip to content

Creating Projects

To create a new PMS project, use the commands:

pms init my-project
cd my-project

Replace my-project with the project name you want to create.

Inside my-project there will be main.tfs and a folder called Modules as well as pms_project.json.

main.tfs should contain the main code for your project.

The Modules folder will contain every module you install from PMS.

When you run:

pms install [module-name]

The downloaded module will be saved to Modules.