/ProjectIt

Projectit - a basic tool for building, running and creating projects in multiple languages with a single set of commands for each language

Primary LanguageC#MIT LicenseMIT

ProjectIt

Projectit - a basic tool for building, running and creating projects in multiple languages with a single set of commands for each language

Basic instructions

projectit run <project> # Run the project
projectit create <lang/framework> <project_name> # Create a new project
projectit build <project_name> # Build the project
projectit build-release <project_name> # Build the project in release mode
projectit delete <project> # Delete the project
projectit open <project> # Open the project in VSCode
projectit list # List all the supported languages/frameworks
projectit add-projectit-file <project> <lang/framework> # Add ProjectIt file to existing project (no validation)