Giter VIP home page Giter VIP logo

generator-node-gulp's Introduction

# node gulp [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-url]][daviddm-image] [![Coverage Status][coveralls-image]][coveralls-url]

Based on generator-node

This generator creates a new Node.js module, generating all the boilerplate you need to get started with best-of-breed from the gulp ecosystem. The generator also optionally installs additional gulp plugins, see the list below.

Installation

Install the generator by running: npm install -g generator-node-gulp.

Options

  • --test-framework=[framework]

    Defaults to mocha. Can be switched to another supported testing framework like jasmine.

  • --skip-install

    Skips the automatic execution of bower and npm after scaffolding has finished.

Features

  • Customize the dependencies prompt by editing the settings.json file see.
  • Prefills prompt with the last used values for
    • GitHub username
    • Author's Name
    • Author's Email
    • Author's Homepage

devDependencies

dependencies

You can customize the dependencies prompt by editing the settings.json. The file is located in the root of the generator-node-gulp /usr/local/lib/node_modules/generator-node-gulp/.

settings.json

By default, the file looks something like this.

{
  "meta": {
    "githubUsername": "stefanbuck",
    "authorName": "Stefan Buck",
    "authorEmail": "[email protected]",
    "authorUrl": "www.stefanbuck.com"
  },
  "dependencies": [
    {
      "name": "lodash",
      "description": "A utility library"
    },
    {
      "name": "q",
      "description": "A library for promises"
    },
    {
      "name": "debug",
      "description": "tiny node.js debugging utility"
    }
  ]
}

Usage

At the command-line, cd into an empty directory, run this command and follow the prompts.

yo node-gulp

Note that this template will generate files in the current directory, so be sure to change to a new directory first if you don't want to overwrite existing files.

Support

Should you have any problems or wishes for improvements, feel free to open an issue.

Articles

Some recommended articles to get you started with node.

Team

License

MIT License

Logo by Koji Wakayama

generator-node-gulp's People

Contributors

broud avatar addyosmani avatar kojiwakayama avatar stefanbuck avatar sindresorhus avatar passy avatar shama avatar sanemat avatar kevva avatar hemanth avatar seriema avatar danielchatfield avatar danmer avatar htynkn avatar deiga avatar twolfson avatar sorich87 avatar

Watchers

James Cloos avatar  avatar  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.