Skip to content

Commit

Permalink
Merge pull request #17 from noffle/readme
Browse files Browse the repository at this point in the history
Update README with stack deps
  • Loading branch information
dignifiedquire authored Jul 27, 2016
2 parents 95c600c + 7628b85 commit 6fdec24
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,22 @@ Your `package.json` should have the following entries.

You should also add `babel-runtime` to your `dependencies` as it is required by the babelified version in `lib`.

## Stack Requirements

To bring you its many benefits, `aegir` requires

- [ES6 / Babel](https://github.com/babel/babel) transpilation
- JS written in [Standard](https://github.com/feross/standard) style
- Tests written in [Mocha](https://github.com/mochajs/mocha)
- [Karma](https://github.com/karma-runner/karma) for browser tests


## Tasks

### Linting

Linting uses [eslint](http://eslint.org/) and [standard](https://github.com/feross/standard) with some custom rules to
enforce some more strictness.
Linting uses [eslint](http://eslint.org/) and [standard](https://github.com/feross/standard)
with [some custom rules](config/eslintrc.yml) to enforce some more strictness.

You can run it using

Expand Down

0 comments on commit 6fdec24

Please sign in to comment.