Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 0238a58

Browse files
committed
docs: archive project
1 parent b1fb574 commit 0238a58

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

README.md

+5-16
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
11
# @ng-bootstrap/schematics
22

3-
Scaffolding library for Angular applications using NgBootstrap
3+
This project is now archived, as schematics moved to the [`@ng-bootstrap/ng-bootstrap` repository directly](https://github.com/ng-bootstrap/ng-bootstrap).
44

5-
@ng-bootstrap/schematics provides CLI commands to initially add NgBootstrap to an existing application. This tool integrates with [`Angular CLI`](https://cli.angular.io/), and is built on top of [`Schematics`](https://blog.angular.io/schematics-an-introduction-dc1dfbc2a2b2).
5+
ng-bootstrap library can now be installed via
66

7-
## Usage
8-
9-
Starting from an exiting Angular CLI scaffolded application, simply execute this command:
10-
11-
```bash
12-
cd my-app
13-
ng add @ng-bootstrap/schematics
14-
```
15-
16-
Your app has now been ng-bootstrapped !
17-
18-
## Contributing
19-
20-
Please check [`DEVELOPER.md`](DEVELOPER.md) for developer documentation
7+
```shell
8+
ng add @ng-bootstrap/ng-bootstrap
9+
```

0 commit comments

Comments
 (0)