ng2-cli

0.5.0 • Public • Published

Angular 2 CLI

Build Status NPM Version

Vorpal & Webpack based CLI for Angular2 applications.

Installation

npm i ng2-cli -g

Usage

Start cli with the ng2 command.

Available Commands

new

Creates new project and steps into directory.

new my-awesome-project

Available options

  • name - name of your project (required)
  • path - path where project will be created
  • skip-npm - skips the npm dependencies installation
  • skip-git - skips git initialization

generate

Generates Angular2 component.

Scaffold Usage
Component generate component my-new-component
Directive generate directive my-new-directive
Pipe generate pipe my-new-pipe
Service generate service my-new-service
Class generate class my-new-class
Interface generate interface my-new-interface

All generated components are automatically imported into main AppModule and injected in declarations.

server

Serves your application.

server

build

Builds your project. You must be in project directory to build your project.

build

clear

Clears the terminal window.

clear

info

Prints the info of the current project.

info

find

Searches for projects in current directory.

find

pwd

Prints current working directory.

pwd

cd

Changes current working directory.

cd /Users/jan/Desktop/app

Readme

Keywords

none

Package Sidebar

Install

npm i ng2-cli

Weekly Downloads

0

Version

0.5.0

License

MIT

Last publish

Collaborators

  • jkuri