Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/openvicproject/scripts


https://github.com/openvicproject/scripts

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# OpenVicProject/scripts
Common Scons scripts repo for the [OpenVicProject repos](https://github.com/OpenVicProject)

## Required
* [scons](https://scons.org/)

## Usage
1. Call `env.SetupOptions()` and use the return value to add your options:
```py
opts = env.SetupOptions()
opts.Add(BoolVariable("example", "Is an example", false))
```
2. When options are finished call `env.FinalizeOptions()` then setup your scons script using env.