mattma / ng-addon

An Angular command line utility (ngg) to generate an addon package. Fully compatible with Angular-Cli project and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An Angular command line utility (ngg) to generate an addon package. Fully compatible with Angular-Cli project and more

License:MIT License


Languages

Language:JavaScript 95.2%Language:TypeScript 4.8%