Skip to content

Commit 6237e07

Browse files
Merge pull request #39 from bampakoa/master
Add Google Maps CLI builder
2 parents 5f9f65b + 52dbcd2 commit 6237e07

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
99

1010
## Adding a new builder
1111

12-
1. Find the `buidlers.json` in `assets` folder.
12+
1. Find the `builders.json` in `assets` folder.
1313
2. Provide the data for new builder in below `json` format
1414

1515
```json

src/assets/builders.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,14 @@
5454
"description": "Remove files and folders from your project. Useful for removing any assets you don't want in a production build.",
5555
"repository": "https://github.com/BojanKogoj/ng-builder-file-remover"
5656
},
57-
{
57+
{
5858
"name": "@netlify-builder/deploy",
5959
"description": "Deploy your application on Netlify with Angular CLI<br><ul><li>ng add @netlify-build/deploy</li><li>ng deploy</li></ul>.",
6060
"repository": "https://github.com/ngx-builders/netlify-builder"
61+
},
62+
{
63+
"name": "ng-builder-google-maps",
64+
"description": "Angular CLI builder that adds the Google Maps API into your Angular application.",
65+
"repository": "https://github.com/Developer-Plexscape/ng-builder-google-maps"
6166
}
6267
]

0 commit comments

Comments
 (0)