Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 881 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 881 Bytes

atom-html5-boilerplate package

Download latest html5-boilerplate template in root (for now is supported only root) folder of your project.

Warning

This packages replace filenames that match with boilerplate filenames. Recommended to use on empty project dir.

Installation

Require curl

Plugin installation

$ apm install atom-html5-boilerplate

Contributing

If you would like to contribute enhancements or fixes, please do the following:

  1. Fork the plugin repository.
  2. Hack on a separate topic branch created from the latest master.
  3. Commit and push the topic branch.
  4. Make a pull request.
  5. welcome to the club

Please note that modifications should follow these coding guidelines:

  • Indent is 2 spaces.
  • Code should pass coffeelint linter.
  • Vertical whitespace helps readability, don’t be afraid to use it.

Thank you for helping out!