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
- Host: GitHub
- URL: https://github.com/amilajack/project-upon-a-hill
- Owner: amilajack
- Created: 2016-06-13T02:07:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T02:15:05.000Z (over 9 years ago)
- Last Synced: 2025-02-08T08:47:20.380Z (10 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.