An open API service indexing awesome lists of open source software.

https://github.com/amilajack/project-upon-a-hill

A list of recommended additions to a js project
https://github.com/amilajack/project-upon-a-hill

Last synced: 8 months ago
JSON representation

A list of recommended additions to a js project

Awesome Lists containing this project

README

          

## A Project Upon a Hill:

A list of recommended additions to a javascript project for a pleasant development experience

- [ ] Gitignore
- [ ] NPM ignore, Bower
- [ ] Module Loader: Webpack
- [ ] Integration tests: Travis CI
- [ ] Transpiler: Babel
- [ ] Styles Linter: ESLint

### Todos:
- [ ] Write a project linter that will check if projects are up to standard.