Code Monkey home page Code Monkey logo

yeoman's Introduction

Welcome, Friend! Build Status

Yeoman is a robust and opinionated client-side stack, comprising tools and frameworks that can help developers quickly build beautiful web applications. We take care of providing everything needed to get started without any of the normal headaches associated with a manual setup. Builds upon great tools like grunt the task runner, bower the package manager for the web, and our own homebrewed generator system.

image

Installation

npm install -g yeoman

Node.js 0.8.x required

Try the audit script to see what you need in place:

curl -L get.yeoman.io | bash

You can follow its guidance or simply walk through the installation procedure.

Issue submission

Make sure you've read the issue submission guidelines before you open a new issue.

Overview

Yeoman supports a powerful set of high-level commands:

     init  # Initialize and scaffold a new project using generator templates
    build  # Build an optimized version of your app, ready to deploy
   server  # Launch a preview server which will begin watching for changes
     test  # Run a Mocha test harness in a headless PhantomJS

  install  # Install a package from the clientside package registry
uninstall  # Uninstall the package
   update  # Update a package to the latest version
     list  # List the packages currently installed
   search  # Query the registry for matching package names
   lookup  # Look up info on a particular package

Example usage

A common initial workflow with Yeoman might be:

yeoman init         # Invoke the most basic application scaffold (Bootstrap, Boilerplate etc.)
yeoman server       # Fire off a file watch/server process which also places an
                    # intermediate build of your project in `temp`
yeoman build        # Build your project, creating an optimized version in a new `dist` directory
yeoman server:dist  # Serve up the production-ready version of your application
yeoman test         # Test your app

Some more examples of how to use our commands:

# Generators
yeoman init ember                           # Create a "Hello World" Yeoman project with the Ember Starter Kit
yeoman init backbone                        # Backbone-Rails generator scaffold
yeoman init angular                         # Invoke the AngularJS generator scaffold
yeoman init angular:controller name         # Invoke the AngularJS Controller sub-generator

# Package management
yeoman search jquery                        # Lookup jQuery in the Bower registry
yeoman install jquery underscore [depName]  # Install a dependency or dependencies
yeoman update jquery                        # Update a specific dependency (e.g jquery)

Bower

Yeoman uses Bower as its package manager. The Bower registry is currently being populated, you may find that certain packages work and others do not. We are actively working with the Bower team to resolve this issue.

image

Platform Support

Yeoman supports OS X, Linux, FreeBSD, with partial Windows support. We will be aiming to bring in full support for Windows in a future version.

Contribute

See the contributing docs

Links

Team

Yeoman was beautifully crafted by these people and bunch of awesome contributors

Paul IrishPaul Irish  Addy OsmaniAddy Osmani  Mickael DanielMickael Daniel  Sindre SorhusSindre Sorhus  Eric BidelmanEric Bidelman Frederick RosFrederick Ros

License

BSD license
Copyright (c) Google

yeoman's People

Contributors

addyosmani avatar sindresorhus avatar mklabs avatar paulirish avatar ebidel avatar sleeper avatar rwaldron avatar commadelimited avatar paulmillr avatar ericduran avatar hemanth avatar kenany avatar granteagon avatar loadx avatar alrra avatar gnuwilliam avatar paullewis avatar parkr avatar michealbenedict avatar mattclements avatar kanzure avatar blakeblackshear avatar luishdez avatar mattbanks avatar granze avatar maxbraun avatar maxinbjohn avatar nwinkler avatar patcito avatar latentflip avatar

Watchers

James Cloos avatar Gerardo Gean avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.