To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Yeoman (software)

From Wikipedia, the free encyclopedia

Yeoman
Original author(s)Google
Developer(s)Addy Osmani,[1] Paul Irish,[2] Eric Bidelman,[3] Sindre Sorhus,[4] Simon Boudrias,[5] Pascal Hartig [6]
Initial release22 August 2013; 10 years ago (2013-08-22)[7]
Stable release
5.0.0 / 14 November 2023; 6 months ago (2023-11-14)[8]
Repositorygithub.com/yeoman/yo
Written inJavaScript
Operating systemLinux, macOS, Windows
PlatformNode.js
TypeWeb development tool
LicenseBSD-2-Clause[9][10]
Websiteyeoman.io

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 was released at Google I/O 2012.

YouTube Encyclopedic

  • 1/3
    Views:
    4 653
    14 621
    846
  • Getting Started with Code Generation using Yeoman
  • Yeoman 101 Intro Tutorial
  • How to Create a Custom Web AppBuilder Widget using the Yeoman Generator

Transcription

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,[11] 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.[12] More than 5600 generators[13] 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.[14] Some of the primary contributors are on the Google Chrome Developer Relations team, such as Addy Osmani, Paul Irish, and Eric Bidelman.[15]

References

  1. ^ "Commits by addyosmani · yeoman/yo". GitHub. Retrieved 2020-12-31.
  2. ^ "Commits by paulirish · yeoman/yo". GitHub. Retrieved 2020-12-31.
  3. ^ "Commits by ebidel · yeoman/yo". GitHub. Retrieved 2020-12-31.
  4. ^ "Commits by sindresorhus · yeoman/yo". GitHub. Retrieved 2020-12-31.
  5. ^ "Commits by SBoudrias · yeoman/yo". GitHub. Retrieved 2020-12-31.
  6. ^ "Commits by passy · yeoman/yo". GitHub. Retrieved 2020-12-31.
  7. ^ "Release Date of Version 1.0.0". Retrieved 2020-12-31.
  8. ^ "Releases · yeoman/yo". GitHub. Retrieved 2024-05-29.
  9. ^ "LICENSE file on GitHub". GitHub. Retrieved 2020-12-31.
  10. ^ "License field from browserify - npm". Retrieved 2020-12-31.
  11. ^ Osmani, Addy. July 3rd, 2012. "Saving Time With Rails-Inspired Generators Yeoman Generators."
  12. ^ yeoman.io, "Generate a Generator." Accessed July 30, 2013.
  13. ^ "The web's scaffolding tool for modern webapps | Yeoman". yeoman.io. Retrieved 2020-03-08.
  14. ^ "yeoman/yo". GitHub. Retrieved 26 January 2014.
  15. ^ "Contributors to yeoman/yo". GitHub. Retrieved 26 January 2014.

External links

This page was last edited on 29 May 2024, at 09:17
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.