Note: this section is for developers working on and building OOS Utils.
OOS Utils install script is automatically generated. To generate the script run:
# This only needs to be done once
npm install
# Generates install and uninstall files
node app.js
Filename | Description |
---|---|
app.js |
Main file to build the release. |
config.js |
Contains all the config options. Some are generated. |
fn.js |
Common functions used in app.js |
The following development stadards are used for this project:
- All parameters start with
p_
- Tabs: space 2
- Everything in lowercase. I.e. no upper for keywords
- No unnecessary spacing/indentation of variables.
- Write like you would in regular language.