Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 867 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 867 Bytes

Mayhem

** PRE-RELEASE SOFTWARE **

Setup for end users

  • bower install SitePen/mayhem or npm install mayhem
  • Read the fine user guide!

Setup for framework hackers

  • Clone the repo, git clone git@github.com:SitePen/mayhem.git
  • Install development dependencies, npm install
  • Compile with grunt build

Conventions

  • 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