Skip to content

Commit 6549c0d

Browse files
Merge pull request #12 from patelvimal/master
Readme document updated
2 parents 2746e7d + 2667c16 commit 6549c0d

File tree

4 files changed

+118
-1
lines changed

4 files changed

+118
-1
lines changed

.all-contributorsrc

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "santoshyadavdev",
10+
"id": 11923975,
11+
"node_id": "MDQ6VXNlcjExOTIzOTc1",
12+
"avatar_url": "https://avatars.githubusercontent.com/u/11923975?v=4",
13+
"gravatar_id": "",
14+
"url": "https://api.github.com/users/santoshyadavdev",
15+
"html_url": "https://github.com/santoshyadavdev",
16+
"followers_url": "https://api.github.com/users/santoshyadavdev/followers",
17+
"following_url": "https://api.github.com/users/santoshyadavdev/following{/other_user}",
18+
"gists_url": "https://api.github.com/users/santoshyadavdev/gists{/gist_id}",
19+
"starred_url": "https://api.github.com/users/santoshyadavdev/starred{/owner}{/repo}",
20+
"subscriptions_url": "https://api.github.com/users/santoshyadavdev/subscriptions",
21+
"organizations_url": "https://api.github.com/users/santoshyadavdev/orgs",
22+
"repos_url": "https://api.github.com/users/santoshyadavdev/repos",
23+
"events_url": "https://api.github.com/users/santoshyadavdev/events{/privacy}",
24+
"received_events_url": "https://api.github.com/users/santoshyadavdev/received_events",
25+
"type": "User",
26+
"site_admin": false,
27+
"contributions": 14
28+
},
29+
{
30+
"login": "patelvimal",
31+
"id": 6451223,
32+
"node_id": "MDQ6VXNlcjY0NTEyMjM=",
33+
"avatar_url": "https://avatars.githubusercontent.com/u/6451223?v=4",
34+
"gravatar_id": "",
35+
"url": "https://api.github.com/users/patelvimal",
36+
"html_url": "https://github.com/patelvimal",
37+
"followers_url": "https://api.github.com/users/patelvimal/followers",
38+
"following_url": "https://api.github.com/users/patelvimal/following{/other_user}",
39+
"gists_url": "https://api.github.com/users/patelvimal/gists{/gist_id}",
40+
"starred_url": "https://api.github.com/users/patelvimal/starred{/owner}{/repo}",
41+
"subscriptions_url": "https://api.github.com/users/patelvimal/subscriptions",
42+
"organizations_url": "https://api.github.com/users/patelvimal/orgs",
43+
"repos_url": "https://api.github.com/users/patelvimal/repos",
44+
"events_url": "https://api.github.com/users/patelvimal/events{/privacy}",
45+
"received_events_url": "https://api.github.com/users/patelvimal/received_events",
46+
"type": "User",
47+
"site_admin": false,
48+
"contributions": 2
49+
}
50+
],
51+
"contributorsPerLine": 7,
52+
"projectName": "ngx-heroku-deploy",
53+
"projectOwner": "ngx-builders",
54+
"repoType": "github",
55+
"repoHost": "https://github.com",
56+
"skipCi": true
57+
}

README.md

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,61 @@
1-
# Coming Soon
1+
[![npm downloads](https://img.shields.io/npm/dt/ngx-heroku-deploy?label=npm%20downloads)](https://www.npmjs.com/package/ngx-heroku-deploy)
2+
[![npm (scoped)](https://img.shields.io/npm/v/ngx-heroku-deploy)](https://www.npmjs.com/package/ngx-heroku-deploy)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
4+
5+
## **Deploy your Angular app to Heroku directly from the Angular CLI! 🚀**
6+
7+
8+
## Prerequisite
9+
10+
You will need two things in order to get started
11+
- Application Name : Project/Application name in which you want to deploy your a application build.
12+
13+
![alt text](https://raw.githubusercontent.com/ngx-builders/ngx-heroku-deploy/master/screenshots/application-name.png)
14+
15+
16+
- Authorization token : This token is used for authentication in all Heroku API requests, and can be regenerated at will by the user in the heroku.com web interface.
17+
18+
19+
#### Steps to get "Authorization Token"
20+
1. Login into Heroku site.
21+
2. Go to your account settings.
22+
3. Click on "Applications" tab.
23+
4. There is a section named as "Authorizations".
24+
5. Create a Authorization token from here and provide that token key which installing this
25+
26+
![alt text](https://raw.githubusercontent.com/ngx-builders/ngx-heroku-deploy/master/screenshots/auth-token.png)
27+
28+
## Setting up this Builder
29+
30+
```
31+
ng add ngx-heroku-deploy
32+
OR
33+
ng add ngx-heroku-deploy --project={projectName}
34+
```
35+
36+
The above command will configure everything, you just need to provide Authorization Toaken and Application Name when it will ask you for that.
37+
38+
## That's it. Now, you are good to go
39+
40+
Now, Whenever you want to deploy your angular project just run a command `ng run [YOUR_PROJECT_NAME]:deploy` and your project will be deployed with new updates.
41+
42+
43+
## Contributors ✨
44+
45+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
46+
47+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
48+
<!-- prettier-ignore-start -->
49+
<!-- markdownlint-disable -->
50+
<table>
51+
<tr>
52+
<td align="center"><a href="https://www.santoshyadav.dev"><img src="https://avatars.githubusercontent.com/u/11923975?v=4" width="100px;" alt=""/><br /><sub><b>Santosh Yadav</b></sub></a><br /><a href="https://github.com/ngx-builders/ngx-heroku-deploy/commits?author=santoshyadavdev" title="Code">💻</a></td>
53+
<td align="center"><a href="https://github.com/patelvimal"><img src="https://avatars.githubusercontent.com/u/6451223?v=4" width="100px;" alt=""/><br /><sub><b>Vimal Patel</b></sub></a><br /><a href="https://github.com/ngx-builders/ngx-heroku-deploy/commits?author=patelvimal" title="Documentation">📖</a></td>
54+
</tr>
55+
</table>
56+
57+
<!-- markdownlint-enable -->
58+
<!-- prettier-ignore-end -->
59+
<!-- ALL-CONTRIBUTORS-LIST:END -->
60+
61+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

screenshots/application-name.PNG

9.41 KB
Loading

screenshots/auth-token.PNG

28 KB
Loading

0 commit comments

Comments
 (0)