0.1.0 • Published 8 years ago

generator-moxie-wp v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

generator-moxie-wp Build Status

Yeoman generator

Prerequisites

  • You'll need to download and install Node. Ref : https://nodejs.org
  • Preferably install node using nvm. It helps you maintain different versions of node. Ref : https://github.com/creationix/nvm
  • You'll need to install npm (Node Package Manager)
  • Node comes with npm installed so you should have a version of npm. However, npm gets updated more frequently than Node does, so you'll want to make sure it's the latest version.
npm install npm -g
  • Test: Run npm -v. The version should be higher than 2.1.8.

Getting Started

To install yeoman from npm, run:

npm install -g yo

To install generator-moxie-wp from npm, run:

npm install -g generator-moxie-wp

Now you should have the generator available, and you can use any of the available commands. Learn about the available commands.

Commands available

To learn more about all the available commands take a look at the commands file.

How to work with the generator locally

  • git clone https://github.com/moxienyc/generator-moxie-wp.git
  • cd generator-moxie-wp
  • npm link
  • Create a project folder for which you need moxie-wp generator. (Not within the generator-moxie-wp folder) i.e., mkdir testing-out-loud && cd testing-out-loud
  • yo moxie-wp and see the magic.

Pre-requisites

0.1.0

8 years ago

0.0.18

9 years ago

0.0.17

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago