0.1.0 • Published 8 years ago

ng-addon v0.1.0

Weekly downloads
3
License
-
Repository
github
Last release
8 years ago

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.