Skip to content

ttma1046/angular-library-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT license

A CLI tool for building Angular library

Installation

npm install -g ngl-cli

Usage

ngl --help

Generating and serving an Angular Library project via a development server

ngl new PROJECT-NAME
cd PROJECT-NAME
ngl serve

Navigate to http://localhost:8080/. The app will automatically reload if you change any of the source files.

About

A CLI tool for building Angular library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.3%
  • TypeScript 14.6%
  • HTML 4.6%
  • CSS 0.5%