Is there a Yeoman generator for AngularJS, Stylus and Foundation 5? How can I integrate foundation into a Standard angular-generator created project and replace scss with stylus? :)
Never tried it by my own but there are yeoman generators for Foundation5
https://www.npmjs.org/package/generator-zf5 https://www.npmjs.org/package/generator-foundation-five
The angular generator is also available
https://github.com/yeoman/generator-angular
For stylus no idea but in the end it's just a special grunt task for processing the CSS files like this one: https://github.com/gruntjs/grunt-contrib-stylus