TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Yeoman 1.0 Released

172 pointsby hswolffover 11 years ago

14 comments

Kiroover 11 years ago
I don't understand why people need all this. Setting up the boilerplate for a web app manually doesn't take any time at all and only needs to be done once so what is there to automate? Am I the only one still doing it the old school way? Please enlighten me.
评论 #6265924 未加载
评论 #6265970 未加载
评论 #6265992 未加载
评论 #6266083 未加载
nivertechover 11 years ago
Duplicated:<p><a href="https://news.ycombinator.com/item?id=6263380" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6263380</a>
matthewlehnerover 11 years ago
This is great - I&#x27;ve been using Yeoman since the first 1.0rc, and have to say that the tool chain is excellent and covers all the main parts of development with ease. Easy to bootstrap a new project, intelligent defaults for code organization, testing and minification for production.<p>I haven&#x27;t found anything else that comes close for solely front end dev work.
dansoover 11 years ago
Yeoman 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).<p>Besides just being a great package overall, Yeoman really helped me appreciate how what seem like trivial niceties -- the speed of auto-build vs. stopping and restarting the local server and hitting Refresh -- can really make the difference between gradually losing interest because of the accumulation of small inconveniences and actually enjoying the development process enough to finish a project.
评论 #6265202 未加载
评论 #6264517 未加载
Brajeshwarover 11 years ago
Love Yeoman. For the love of god, how do I create &#x27;pretty permalink&#x27; (Jekyll Style) with it - &quot;about.html&quot; to create &quot;&#x2F;about&#x2F;index.html&quot;?
评论 #6263836 未加载
评论 #6263916 未加载
评论 #6265692 未加载
评论 #6264448 未加载
mrgreenfurover 11 years ago
Is this for Node.js only? They keep saying &#x27;web apps&#x27; but never explicitly that it&#x27;s not. NPM is node, right? (sorry, not too familiar with Node)
评论 #6264365 未加载
评论 #6264380 未加载
评论 #6264363 未加载
GVRVover 11 years ago
I just hope the generators API is now stable. I tried looking at the source of the various in-built generators to build a generator for BB10 apps, but every different generator was doing things in its own chaotic fashion. I got my generator somewhat working before future versions broke it.
Rodeoclashover 11 years ago
Is there a changelog somewhere of what&#x27;s added? One thing that&#x27;s always frustrated me about this project is the lack of release notes on each new version.
cluxover 11 years ago
I am sure this is good, but just how much it pulls down to do something basic is ridiculous:<p><pre><code> $ yo webapp $ npm ls | wc -l 240</code></pre>
mooglyover 11 years ago
Nice. I see they reverted the ng-boilerplate-based generators for AngularJS though. Hopefully that gets put in again soon.
toblenderover 11 years ago
Is there a difference between 1.0 and 1.0.0-rc.1.1?
daemon13over 11 years ago
Can someone enlighten how is Yeoman vs grunt?
评论 #6265962 未加载
nivertechover 11 years ago
does it work with latest node v0.10.17 ?
评论 #6263335 未加载
jaxbotover 11 years ago
Should I be ashamed or proud that I believe in writing my own tools for my craft?
评论 #6264518 未加载
评论 #6265278 未加载
评论 #6264549 未加载
评论 #6264207 未加载