0.2.2 • Published 8 years ago

generator-sys-angular v0.2.2

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

Build Status Coverage Status npm version

AngularJS generator

Yeoman generator for AngularJS projects by SysGarage

Prerequisites

  • Node.js - Download and install Node.js

Install

Install Yeoman

npm install -g yo

Install generator

npm install -g generator-sys-angular

Usage

Make a new directory, and cd into it

mkdir my-new-project && cd $_

Run generator

yo sys-angular:module

Generators

Available generators:

  • sys-angular:controller
  • sys-angular:directive
  • sys-angular:module
  • sys-angular:route
  • sys-angular:service

## Project Structure

Overview

└── src
    └── app                 - Application files
        ├── directives      - Directives shared by the whole application
        ├── modules         - Application modules
        └── services        - Services shared by the whole application
0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago