** PRE-RELEASE SOFTWARE **
bower install SitePen/mayhem
ornpm install mayhem
- Read the fine user guide!
- Clone the repo,
git clone [email protected]:SitePen/mayhem.git
- Install development dependencies,
npm install
- Compile with
grunt build
- Follows the dojo2-core guidelines for all JavaScript syntaxes
- Follows established TypeScript conventions for whitespace
- Imports should be ordered alphabetically, case-insensitive, by identifier
- Class properties should be ordered alphabetically, case-insensitive, ignoring leading underscores, in the following
order:
- static properties
- static methods
- instance properties
- constructor
- instance methods