Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 809 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 809 Bytes

Building OOS Utils

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

Files

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

Dev Standards

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.