|
16 | 16 |
|
17 | 17 | <!-- PROJECT LOGO --> |
18 | 18 | <br /> |
19 | | -<!-- UPDATE --> |
20 | 19 | <div align="center"> |
21 | | - <a href="https://github.com/metakgp/PROJECT_NAME"> |
22 | | - <img width="140" alt="image" src="https://user-images.githubusercontent.com/86282911/206632284-cb260f57-c612-4ab5-b92b-2172c341ab23.png"> |
| 20 | + <a href="https://github.com/metakgp/odins-vault"> |
| 21 | + <img width="140" alt="image" src="https://raw.githubusercontent.com/metakgp/design/main/logos/black-large.jpg"> |
23 | 22 | </a> |
24 | 23 |
|
25 | | - <h3 align="center">PROJECT_NAME</h3> |
| 24 | + <h3 align="center">Odin's Vault</h3> |
26 | 25 |
|
27 | 26 | <p align="center"> |
28 | | - <!-- UPDATE --> |
29 | | - <i>Project one liner slogan goes here</i> |
| 27 | + <i>Open sourcing Odin's treasures</i> |
30 | 28 | <br /> |
31 | | - <a href="https://github.com/metakgp/PROJECT_NAME/issues">Report Bug</a> |
| 29 | + <a href="https://github.com/metakgp/odins-vault/issues">Report Bug</a> |
32 | 30 | · |
33 | | - <a href="https://github.com/metakgp/PROJECT_NAME/issues">Request Feature</a> |
| 31 | + <a href="https://github.com/metakgp/odins-vault/issues">Request Feature</a> |
34 | 32 | </p> |
35 | 33 | </div> |
36 | 34 |
|
|
40 | 38 | <summary>Table of Contents</summary> |
41 | 39 |
|
42 | 40 | - [About The Project](#about-the-project) |
43 | | - - [Supports](#supports) |
44 | 41 | - [Getting Started](#getting-started) |
45 | | - - [Prerequisites](#prerequisites) |
46 | 42 | - [Installation](#installation) |
47 | 43 | - [Usage](#usage) |
48 | 44 | - [Maintainer(s)](#maintainers) |
|
54 | 50 |
|
55 | 51 | <!-- ABOUT THE PROJECT --> |
56 | 52 | ## About The Project |
57 | | -<!-- UPDATE --> |
58 | | -<div align="center"> |
59 | | - <a href="https://github.com/metakgp/PROJECT_NAME"> |
60 | | - <img width="80%" alt="image" src="https://user-images.githubusercontent.com/86282911/206632547-a3b34b47-e7ae-4186-a1e6-ecda7ddb38e6.png"> |
61 | | - </a> |
62 | | -</div> |
63 | | - |
64 | | -_Detailed explaination of the project goes here_ |
65 | | - |
66 | | -<p align="right">(<a href="#top">back to top</a>)</p> |
67 | | - |
68 | | -<div id="supports"></div> |
69 | | - |
70 | | -### Supports: |
71 | | -<!-- UPDATE --> |
72 | | -1. Shells |
73 | | - * `bash` |
74 | | - * `zsh` |
75 | | -2. OS(s) |
76 | | - * any `*nix`[`GNU+Linux` and `Unix`] |
| 53 | +[WIP] |
77 | 54 |
|
78 | 55 | <p align="right">(<a href="#top">back to top</a>)</p> |
79 | 56 |
|
80 | 57 | ## Getting Started |
81 | | - |
82 | | -To set up a local instance of the application, follow the steps below. |
83 | | - |
84 | | -### Prerequisites |
85 | | -The following dependencies are required to be installed for the project to function properly: |
86 | | -<!-- UPDATE --> |
87 | | -* npm |
88 | | - ```sh |
89 | | - npm install npm@latest -g |
90 | | - ``` |
91 | | - |
92 | | -<p align="right">(<a href="#top">back to top</a>)</p> |
93 | | - |
94 | 58 | ### Installation |
95 | | - |
96 | | -_Now that the environment has been set up and configured to properly compile and run the project, the next step is to install and configure the project locally on your system._ |
97 | | -<!-- UPDATE --> |
98 | | -1. Clone the repository |
99 | | - ```sh |
100 | | - git clone https://github.com/metakgp/PROJECT_NAME.git |
101 | | - ``` |
102 | | -2. Make the script executable |
103 | | - ```sh |
104 | | - cd ./PROJECT_NAME |
105 | | - chmod +x ./PROJECT_NAME |
106 | | - ``` |
107 | | -3. Execute the script |
108 | | - ```sh |
109 | | - ./PROJECT_NAME |
110 | | - ``` |
| 59 | +[WIP] |
111 | 60 |
|
112 | 61 | <p align="right">(<a href="#top">back to top</a>)</p> |
113 | 62 |
|
114 | 63 |
|
115 | 64 | <!-- USAGE EXAMPLES --> |
116 | 65 | ## Usage |
117 | | -<!-- UPDATE --> |
118 | | -Use this space to show useful examples of how this project can be used. Additional screenshots, code examples and demos work well in this space. |
119 | | - |
120 | | -<div align="center"> |
121 | | - <a href="https://github.com/metakgp/PROJECT_NAME"> |
122 | | - <img width="80%" alt="image" src="https://user-images.githubusercontent.com/86282911/206632640-40dc440e-5ef3-4893-be48-618f2bd85f37.png"> |
123 | | - </a> |
124 | | -</div> |
125 | | - |
126 | | -<p align="right">(<a href="#top">back to top</a>)</p> |
| 66 | +[WIP] |
127 | 67 |
|
128 | 68 | ## Maintainer(s) |
129 | | - |
130 | | -<!-- UPDATE --> |
131 | | -- [NAME](https://github.com/GITHUB_USERNAME) |
| 69 | +- [Harsh Khandeparkar](https://github.com/GITHUB_USERNAME) |
132 | 70 |
|
133 | 71 | <p align="right">(<a href="#top">back to top</a>)</p> |
134 | 72 |
|
@@ -169,16 +107,16 @@ Use this space to show useful examples of how this project can be used. Addition |
169 | 107 |
|
170 | 108 | <!-- MARKDOWN LINKS & IMAGES --> |
171 | 109 |
|
172 | | -[contributors-shield]: https://img.shields.io/github/contributors/metakgp/PROJECT_NAME.svg?style=for-the-badge |
173 | | -[contributors-url]: https://github.com/metakgp/PROJECT_NAME/graphs/contributors |
174 | | -[forks-shield]: https://img.shields.io/github/forks/metakgp/PROJECT_NAME.svg?style=for-the-badge |
175 | | -[forks-url]: https://github.com/metakgp/PROJECT_NAME/network/members |
176 | | -[stars-shield]: https://img.shields.io/github/stars/metakgp/PROJECT_NAME.svg?style=for-the-badge |
177 | | -[stars-url]: https://github.com/metakgp/PROJECT_NAME/stargazers |
178 | | -[issues-shield]: https://img.shields.io/github/issues/metakgp/PROJECT_NAME.svg?style=for-the-badge |
179 | | -[issues-url]: https://github.com/metakgp/PROJECT_NAME/issues |
180 | | -[license-shield]: https://img.shields.io/github/license/metakgp/PROJECT_NAME.svg?style=for-the-badge |
181 | | -[license-url]: https://github.com/metakgp/PROJECT_NAME/blob/master/LICENSE |
| 110 | +[contributors-shield]: https://img.shields.io/github/contributors/metakgp/odins-vault.svg?style=for-the-badge |
| 111 | +[contributors-url]: https://github.com/metakgp/odins-vault/graphs/contributors |
| 112 | +[forks-shield]: https://img.shields.io/github/forks/metakgp/odins-vault.svg?style=for-the-badge |
| 113 | +[forks-url]: https://github.com/metakgp/odins-vault/network/members |
| 114 | +[stars-shield]: https://img.shields.io/github/stars/metakgp/odins-vault.svg?style=for-the-badge |
| 115 | +[stars-url]: https://github.com/metakgp/odins-vault/stargazers |
| 116 | +[issues-shield]: https://img.shields.io/github/issues/metakgp/odins-vault.svg?style=for-the-badge |
| 117 | +[issues-url]: https://github.com/metakgp/odins-vault/issues |
| 118 | +[license-shield]: https://img.shields.io/github/license/metakgp/odins-vault.svg?style=for-the-badge |
| 119 | +[license-url]: https://github.com/metakgp/odins-vault/blob/master/LICENSE |
182 | 120 | [wiki-shield]: https://custom-icon-badges.demolab.com/badge/metakgp_wiki-grey?logo=metakgp_logo&style=for-the-badge |
183 | 121 | [wiki-url]: https://wiki.metakgp.org |
184 | 122 | [slack-shield]: https://img.shields.io/badge/-MetaKGP%20Slack-%234a154b?style=for-the-badge&logo=slack |
|
0 commit comments