generator-opencart
Version:
Yeoman generator for Opencart
52 lines (29 loc) • 2.03 kB
Markdown
# Yeoman Opencart [](https://travis-ci.org/Leekas/yeoman-opencart) [](https://coveralls.io/r/Leekas/yeoman-opencart)
> [Yeoman](http://yeoman.io) generator for the [Opencart](http://www.opencart.com) e-commerce platform.
## What?
##### What is Yeoman?
Trick question. It's not a thing. It's this guy:

Basically, he wears a top hat, lives in your computer, and waits for you to tell him what kind of application you wish to create.
Not every new computer comes with a Yeoman pre-installed. He lives in the [npm](https://npmjs.org) package repository. You only have to ask for him once, then he packs up and moves into your hard drive. *Make sure you clean up, he likes new and shiny things.*
```bash
npm install -g yo
```
##### What is Yeoman Generators?
Yeoman travels light. He didn't pack any generators when he moved in. You can think of a generator like a plug-in. You get to choose what type of application you wish to create, like this Opencart generator do.
##### What is Opencart?
Did You just ask that?? You are in the wrong place mate!
Anyway, OpenCart is a free open source PHP-based e-commerce solution. providing a professional and reliable foundation from which to build a successful online store. OpenCart is designed feature rich, easy to use, search engine friendly and with a visually appealing interface. [Find more here](http://www.opencart.com).
## How?
First, install the generator. Then, initiate the generator, there you are with your Opencart application scaffold! Simple as like that!
To install generator-opencart from npm, run:
```bash
npm install -g generator-opencart
```
To initiate the generator:
```bash
yo opencart
```
Which creates an Opencart application scaffold on-the-go!
___
(c) 2015 Leekas Shep. Licensed under [MIT](http://opensource.org/licenses/MIT).