Press F1, paste ext install Maxxi & then press enter (or)
Goto extensions by pressing Ctrl-Shift-X (Windows/Linux) or Cmd-Shift-X (Mac) & Search for Maxxi, click on install
Reload your editor
You are good to go...
3. Contribution guidelines
Clone this repo
To modify snippets, you can find the templates for each snippet under src/generators/. These Html snippets must follow sublime text snippet format. There is no need to update snippets.json manually. The build will take care of regenerating this file from template files.
If you need to change README.md (or) package.json, you should modify their templates (which are used to generate the root level files) under files/. For eg., If you want package.json at the root to be modified, you should change package-template.json under files/. These root level package.json & README.md are regenerated for every build from their corresponding templates.
To customize/create other generators, look at source/util/config.js or create your own customized generator as above mentioned.