0.2.2 • Published 10 years ago

generator-sys-angular v0.2.2

Weekly downloads
16
License
MIT
Repository
github
Last release
10 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

10 years ago

0.2.1

10 years ago

0.2.0

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