0.1.17 • Published 9 years ago

generator-fep v0.1.17

Weekly downloads
5
License
-
Repository
github
Last release
9 years ago

generator-fep

Getting started

  1. Install: npm install -g grunt grunt-cli yo yeoman-generator generator-fep
  2. Run: yo fep

to your .bashrc, .zshrc, .profile or another file that is run on shell initialization. In new terminal shells you shouldn't see this error anymore.

Commands

  • yo fep shows a wizard for generating a new generator
  • yo fep:page NAME generates a page with the name NAME
  • yo fep:mod NAME generates a mod with the name NAME

What do you get?

Scaffolds out a complete project directory structure for you:

.
├── build
│   └── images
│   │   └── .jpeg,.png,.gif
│   └── pages
│       └── index
│           └── index.html
│   └── syt_assets
│       ├── css
│       ├── js
│       └── img
│      
├── src
│   └── mods
│       └── header
│           ├── img
│           ├── header.styl
│           └── header.jade
│   └── pages
│       └── index
│           ├── img
│           ├── index.styl
│           └── index.jade
├── .editorconfig
├── .gitattributes
├── .gitignore
├── .jshintrc
├── LICENSE
├── package.json
├── README.md
0.1.17

9 years ago

0.1.16

9 years ago

0.1.15

9 years ago

0.1.14

10 years ago

0.1.13

10 years ago

0.1.12

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago