Skip to content

Commit 2d0e3af

Browse files
README.md updated.
1 parent 7c08813 commit 2d0e3af

File tree

2 files changed

+299
-246
lines changed

2 files changed

+299
-246
lines changed

README.md

Lines changed: 55 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,55 @@
1-
# schematics
2-
cap-angular-schematic-bootstrap
1+
# cap-angular-schematic-bootstrap [![NPM version](https://badge.fury.io/js/CAP.svg)](https://npmjs.org/package/CAP) [![Build Status](https://travis-ci.org/Elena%20M.%20Sarabia/CAP.svg?branch=master)](https://travis-ci.org/Elena%20M.%20Sarabia/CAP) [![Generic badge](https://img.shields.io/badge/CAP-Active-<COLOR>.svg)](https://shields.io/)
2+
This repository is a basic Schematic implementation that serves as a starting point to create and publish Schematics to NPM.
3+
4+
# Getting Started
5+
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
6+
7+
## Prerequisites
8+
* Have an Angular app
9+
install npm 6.13.7
10+
```
11+
nmp install
12+
```
13+
* [Node](https://nodejs.org/en/download/current) 10.6 to the current.
14+
15+
16+
## Installation
17+
To run the schematic, execute the following command.
18+
```
19+
ng add cap-angular-schematic-bootstrap
20+
```
21+
22+
23+
The schematic will be configurated after you answer the following questions.
24+
25+
* What is the Boostrap version that you need install? : < 4.0.0 default >
26+
27+
The Schematic check if Bootstrap is not configured in angular.json styles, if not install the specified package and update the angular.json, also add types for jquery and a plug-in for use jquery.
28+
29+
Touched files:
30+
31+
```
32+
app
33+
|-- package.json
34+
|-- index.html
35+
|-- angular.json
36+
|-- webpack.server.config.js
37+
```
38+
39+
## Usage
40+
angular 8
41+
42+
## Built With
43+
[Schematic](https://www.schematics.com/)
44+
45+
## Version
46+
1.0
47+
48+
## Authors
49+
Software Allies - [Software Allies](https://github.com/software-allies)
50+
51+
### Contributor
52+
César Alonso Magaña Gavilanes -[cesaralonso](https://github.com/cesaralonso)
53+
54+
## License
55+
MIT © [Software Allies](https://github.com/software-allies/cap-angular-schematic-bootstrap)

0 commit comments

Comments
 (0)