ng-addon

0.1.0 • Public • Published

ng-addon ( a.k.a ngg)

NPM NPM download

NPM version Build Status Dependency Status

An Angular command line utility (ngg) to generate addon packages.

Getting Started

    npm install -g ng-addon

After the installation, you should have a global command ngg available. Try ngg --help, you should see a list of helper information.

Quick Start

    ngg new ng-markdown          # generate an Angular 2 addon package named **ng-markdown** 
    cd ng-markdown              # switch to addon folder, ready to build next big thing 

Usage

    ngg [command] [options]
 
    Commands:
 
        new [options]      # Creates a new ember application at [dirName] 
       
    Options:
 
        -h, --help     output usage information
        -V, --version  output the version number
 
    Command-Specific Help:
 
        ngg [command] --help

Contributing

Anyone can help make this project better - check out the Contributing guide.

Changelog

check out the Changelog.

License

Copyright (c) 2016 Matt Ma

Ember Rocks is MIT Licensed.

Package Sidebar

Install

npm i ng-addon

Weekly Downloads

0

Version

0.1.0

License

none

Last publish

Collaborators

  • mattma