Nasty
May 25, 2015 ยท View on GitHub
About
Nasty is a set of MEAN (Mongo, Express, Angular and Node.js) boilerplate code ideal for starting a new project.
It is probably far too opinionated for most people and there isn't any accompanying documentation or tests (yet).
Oh and in case you were wondering about the name, it's a synonym for mean.
Yeoman generators
There is a set of yeoman generators that you can use for scaffolding the app and new components you might build as you go along.
You can find more info about the generators here: https://github.com/mattlewis92/generator-nasty
##TODO
- Replace jslint and jscs with eslint + angular plugins -> https://github.com/Gillespie59/eslint-plugin-angular
- Use hjson
- Update all dependencies
- Replace authentication with satellizer
- Minify and concat all CSS
- Remove ui-router-extras
- Better file upload module
- Respect id attribute if not _id in frontend
- https://www.npmjs.com/package/ghooks
- Add tests
- Review and rethink everything
License
The MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.