Skip to content

red-elf/Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project

Brings Project capability for the particular context.

How to use it?

Example of use:

bash "Project/open.sh" code "$PROJECT_PATH"

This example will open project at $PROJECT_PATH using the Visual Studio Code program. If pre-open script is available, it will be executed, Pre-open script is expected to be at: Recipes/Project/project_pre_open.sh

Example of integration

The helix track project incorporates the Project Software-Toolkit module. See the open script for the reference and follow the implementation.

Features supported

  • Project open script (with program and project root directory parameters provided)
  • Project open recipes (pre-open script).

Dependency

Script depends on Software-Toolkit's get_progam.sh script and it expects to have it present in the hierarchy.

About

Project capability for the particular context

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages