Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deraen/generator-super
WIP. Doesn't work yet.
https://github.com/deraen/generator-super
Last synced: about 1 month ago
JSON representation
WIP. Doesn't work yet.
- Host: GitHub
- URL: https://github.com/deraen/generator-super
- Owner: Deraen
- License: mit
- Created: 2013-11-04T18:29:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-06T16:27:26.000Z (almost 11 years ago)
- Last Synced: 2024-10-07T17:49:41.351Z (about 1 month ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-super
WIP. Doesn't work yet.
A generator for [Yeoman](http://yeoman.io).
Start a complete backend and frontend project using various technologies.
This doesn't offer commands to e.g. create new controllers for AngularJS,
and I don't see that as particularly useful feature. (Use editor snippets or something)## Features
- [x] Grunt
- [x] Node.js
- [ ] Express backend
- [x] Mocha + Chai.js tests
- [ ] OR Proxy another backend
- e.g. forward calls to /api to Scala backend on localhost:3000
- [ ] HTML5 template with Boostrap 3 LESS
- [ ] AngularJS
- [ ] Karma tests
- [ ] Protractor?## Ideas
1. ClojureScript
1. Write tests or backend code using cljsc?
2. Write frontend using cljsc (Doesn't seem that good idea with AngularJS, maybe in future...)
2. Clojure backend
1. Should probably leverage separate Lein template
3. Write additional cookbook
1. How to configure Karma to use IEVMS for IE testing?
2. And other useful Grunt stuff
4. Heroku/Dokku deployment
1. Use buildpack which runs bower+grunt in addition to npm
2. Or grunt deploy task which builds frontend and pushes to separate repo so main repo won't be contaminated with unnecessary files