0.1.13 • Published 9 years ago

generator-oldmen v0.1.13

Weekly downloads
13
License
MIT
Repository
github
Last release
9 years ago

generator-oldmen

Generator for boostraping AngularJS applications by Oldmen team

Yeoman generator

Getting Started

Install Yeoman

npm install -g yo

Install generator-oldmen:

npm install -g generator-oldmen

Using generator

Starter template:

Run:

mkdir my-new-project
cd my-new-project
yo oldmen

It will create starter Oldmen template of a project including package.json, bower.json, Gruntfile.js and basic assets.

Template includes by default:

And number of grunt dependencies which you can see in package.json.

Asset generation:

This generator is tightly integrated with grunt-oldmen-build to simplify files management and packaging in project.

Basically, this tool generates files that are compatible with Oldmen Grunt task and they are picked up and included in build straight away.

There are number of assets that can be generated:

  • config
  • run
  • constant
  • filter
  • directive
  • service
  • model
  • controller

To invoke specific generator run:

yo oldmen:controller /users/new

OR

yo oldmen:directive focus-on

Controller generator will create html at proper location and add proper route in configs/router.js as a comment.

License

MIT

0.1.13

9 years ago

0.1.12

9 years ago

0.1.11

9 years ago

0.1.10

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago