Yeoman (software)

Yeoman is an open source client-side scaffolding tool for web applications. Yeoman runs as a command-line interface written for Node.js and combines several functions into one place, such as generating a starter template, managing dependencies, running unit tests, providing a local development server, and optimizing production code for deployment.

Yeoman
Stable release
1.1.2
Repository
Written inHTML, CSS, JavaScript
PlatformMac OS X, Linux, Windows
TypeWeb development tool
LicenseBSD[1]
Websiteyeoman.io

Yeoman was released at Google I/O 2012.

Overview

Yeoman combines several open source tools in an attempt to streamline many aspects of the web development process.

Using a "generator" concept inspired by Ruby on Rails,[2] Yeoman first creates a basic project structure with vendor libraries included. The most basic Yeoman generator supplies the HTML5 Boilerplate, Normalize.css, the jQuery JavaScript library, and Modernizr as a basic template for developers. Yeoman also runs interactively, asking the developer if they would like additional components such as Twitter Bootstrap or RequireJS (a library to support Asynchronous Module Definition) included. More sophisticated generators exist, such as ones which scaffold out a client-side MVC (Model-View-Controller) framework, such as the AngularJS or Backbone JavaScript libraries. Yeoman is meant to be modular such that anyone can design a generator to create a template for a particular type of project.[3] More than 5600 generators[4] have been created by the open source community.

Beyond providing a template to scaffold projects, Yeoman also helps with intermediary phases of web application development. Yeoman lints code for potential problems using JSHint, runs unit tests, and provides a development server for working on an application. Finally, Yeoman also offers a build automation process featuring optimizations such as minification and concatenation of script files. All of these features use pre-configured tasks for the Grunt JavaScript task runner.

Yeoman is an open source project whose code is hosted on GitHub.[5] Some of the primary contributors are on the Google Chrome Developer Relations team, such as Addy Osmani, Paul Irish, and Eric Bidelman.[6]

gollark: Technically two.
gollark: It is sending a raw modem message.
gollark: Oh, potatoBIOS.
gollark: https://git.osmarks.tk/osmarks/potatOS/src/branch/master/src/main.lua is the newer version.
gollark: Wait, are you looking at the old potatOS code on pastebin?

References

  1. "Yeoman License - Github". Retrieved 8 December 2012.
  2. Osmani, Addy. July 3rd, 2012. "Saving Time With Rails-Inspired Generators Yeoman Generators."
  3. yeoman.io, "Generate a Generator." Accessed July 30, 2013.
  4. "The web's scaffolding tool for modern webapps | Yeoman". yeoman.io. Retrieved 2020-03-08.
  5. "yeoman/yo". Retrieved 26 January 2014.
  6. "Contributors to yeoman/yo". Retrieved 26 January 2014.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.