2.0.0-alpha.1 • Published 6 years ago

@ng-bootstrap/schematics v2.0.0-alpha.1

Weekly downloads
2,520
License
MIT
Repository
github
Last release
6 years ago

@ng-bootstrap/schematics

Scaffolding library for Angular applications using NgBootstrap

@ng-bootstrap/schematics provides CLI commands to initially add NgBootstrap to an existing application. This tool integrates with Angular CLI, and is built on top of Schematics.

Usage

Starting from an exiting Angular CLI scaffolded application, simply execute this command:

cd my-app
ng add @ng-bootstrap/schematics

Your app has now been ng-bootstrapped !

Contributing

Please check DEVELOPER.md for developer documentation