Is this for Node.js only? They keep saying 'web apps' but never explicitly that it's not. NPM is node, right? (sorry, not too familiar with Node)
Yeoman 1.0 Released
21–30 of 58 posts
Re: Yeoman 1.0 Released
#22Is this for Node.js only? They keep saying 'web apps' but never explicitly that it's not. NPM is node, right? (sorry, not too familiar with Node)
Yes and yes. EDIT: No and yes.
Re: Yeoman 1.0 Released
#23Love Yeoman. For the love of god, how do I create 'pretty permalink' (Jekyll Style) with it - "about.html" to create "/about/index.html"?
Re: Yeoman 1.0 Released
#24Yeoman is fantastic...I used it several months ago when deciding (foolishly, in retrospect) to learn both CoffeeScript and AngularJS at the same time while making an app. I had never put the effort into setting up grunt tasks manually...so working with automated building and testing were things I never had while developing with JS (which you can take to mean that my past work with JS has been mostly trivial). Besides…
Re: Yeoman 1.0 Released
#25Should I be ashamed or proud that I believe in writing my own tools for my craft?
Re: Yeoman 1.0 Released
#26Earlier quoted context omitted.
Yes and yes. EDIT: No and yes.
Your first "yes" is incorrect. Yeoman installs through npm and I imagine it runs on Node.js, but it can be used for many different projects: http://yeoman.io/community-generators.html
Re: Yeoman 1.0 Released
#27Should I be ashamed or proud that I believe in writing my own tools for my craft?
Re: Yeoman 1.0 Released
#28Earlier quoted context omitted.
I wiped out all npm modules and reinstalled node. Still getting error. I installed yeoman using: sudo npm install -g yo generator-webapp grunt-contrib-compass
That shouldn't happen then. Would you mind opening an issue at https://github.com/yeoman/yo/issues about this?
Re: Yeoman 1.0 Released
#29Is this for Node.js only? They keep saying 'web apps' but never explicitly that it's not. NPM is node, right? (sorry, not too familiar with Node)
Yeoman is purely development-time workflow tooling. It and its ecosystem (the "generator-XXXX" npm modules) use Node.js as the runtime on the development host. Typical Yeoman use would be 1) during development to speed dev, testing, etc., and 2) to build minified assets for deployment into production. EDIT: Removed confusing "client-side" reference caught by 9oliYQjP -- thanks!
Re: Yeoman 1.0 Released
#30Is this for Node.js only? They keep saying 'web apps' but never explicitly that it's not. NPM is node, right? (sorry, not too familiar with Node)
Yeoman can be used on any project, not just Node.js ones. They have a lot of generators: http://yeoman.io/community-generators.html