0.0.1 • Published 7 years ago

generator-ns-web-starter v0.0.1

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
7 years ago

generator-ns-web-starter

Noble Studios Web Starter

This will setup the basic project structure for a WordPress, Drupal, or generic web project.

Prerequisites

Install Yeoman using npm (we assume you have pre-installed node.js).

npm install -g yo

Development

Clone the project to your workstation. To make your development version of the generator available to yeoman you need to link it.

cd <path-to-project>
npm link

Now you can test the generator on your local yo ns-web-starter

Installation

First, install Yeoman and generator-ns-web-starter using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-ns-web-starter

Then generate your new project:

yo ns-web-starter

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.