Difference between revisions of "Yeoman (computing)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "'''Yeoman''' is an open source client-side development stack, consisting of tools and frameworks intended to help developers quickly build high quality web applications....") |
Karl Jones (Talk | contribs) (→See also) |
||
Line 15: | Line 15: | ||
== See also == | == See also == | ||
+ | * [[Bootstrap (framework)]] | ||
+ | * [[Grunt]] | ||
+ | * [[jQuery]] | ||
+ | * [[Modernizr]] | ||
+ | * [[Polyfill]] | ||
* [[Web application]] | * [[Web application]] | ||
Revision as of 11:27, 9 May 2016
Yeoman is an open source client-side development stack, consisting of tools and frameworks intended to help developers quickly build high quality web applications.
Description
Yeoman runs as a command-line interface written for Node.js and which combines several functions into one place, including:
- Generating a starter template
- Managing dependencies
- Running unit tests
- Providing a local development server
- Optimizing production code for deployment
Yeoman was released at Google I/O 2012.
See also
External links
- Yeoman (computing) @ Wikipedia