Skip to content

Commit bc959f8

Browse files
authored
Fix readme
1 parent 0f947f7 commit bc959f8

File tree

1 file changed

+2
-95
lines changed

1 file changed

+2
-95
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,2 @@
1-
# @code-collabo/node-mongo-cli
2-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-)
4-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
5-
6-
[![npm version](https://badge.fury.io/js/@code-collabo%2Fnode-mongo-cli.svg)](https://badge.fury.io/js/@code-collabo%2Fnode-mongo-cli) [![Npm package total downloads](https://badgen.net/npm/dt/@code-collabo/node-mongo-cli?color=blue)](https://npmjs.com/package/@code-collabo/node-mongo-cli) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://code-collabo.gitbook.io/node-mongo-v2.0.0/contribution-guide/node-mongo) [![CLI license: AGPL 3.0](https://img.shields.io/badge/CLI%20licence-AGPL%203.0-blue)](https://github.com/code-collabo/node-mongo-cli/blob/develop/LICENSE) [![API boilerplate templates license: ISC](https://img.shields.io/badge/API%20templates%20licence-ISC-blue)](https://github.com/code-collabo/node-mongo-api-boilerplate-templates/blob/develop/LICENSE) [![GitHub issues](https://img.shields.io/github/issues/code-collabo/node-mongo?color=red)](https://github.com/code-collabo/node-mongo/issues) [![GitHub pull requests](https://img.shields.io/github/issues-pr/code-collabo/node-mongo-cli?color=goldenrod)](https://github.com/code-collabo/node-mongo-cli/pulls)
7-
8-
<!-- [![NPM Downloads](https://img.shields.io/npm/dy/@code-collabo/node-mongo-cli?color=blue)](https://www.npmjs.com/package/@code-collabo/node-mongo-cli) -->
9-
10-
#
11-
12-
![node-mongo](https://github.com/Ifycode/Ifycode/blob/main/code-collabo/node-mongo-cli.gif?raw=true)
13-
14-
Install CLI globally using this command:
15-
16-
````
17-
npm install -g @code-collabo/node-mongo-cli
18-
````
19-
20-
Create a new backend API application:
21-
22-
````
23-
node-mongo test-folder ts
24-
````
25-
26-
Change directory into generated the `test-folder`, and install the dependencies:
27-
28-
````
29-
npm install
30-
````
31-
32-
Start the automated development server and choose your preferred connection setup type (MongoDB ATLAS or Local):
33-
34-
````
35-
npm run dev
36-
````
37-
38-
#
39-
40-
Find a more comprehensive usage guide in the [node-mongo user docs](https://code-collabo.gitbook.io/node-mongo-user/node-mongo-user-docs/readme)
41-
42-
#
43-
44-
Find out how to contribute to node-mongo projects in the **contributor docs** section of the [Code Collabo Community and projects documentation](https://code-collabo.gitbook.io/docs/collabo-docs-home/readme)
45-
46-
47-
## Appreciation
48-
Appreciation to [@dkundel](https://github.com/dkundel), [@academind](https://github.com/academind), [@CodAffection](https://github.com/CodAffection), [@coryhouse](https://github.com/coryhouse) for the awesome helpful course resources they create, and to [@jiobiagba](https://github.com/jiobiagba) and [@IsraelObiagba](https://github.com/IsraelObiagba) for their occasional but mighty contributions.
49-
50-
<table>
51-
<tr>
52-
<td align="center"><a href="https://dkundel.com"><img src="https://avatars.githubusercontent.com/u/1505101?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Dominik Kundel</b></sub></a><br /><a href="#mentoring-dkundel" title="Mentoring">πŸ§‘β€πŸ«</a></td>
53-
<td align="center"><a href="https://academind.com"><img src="https://avatars.githubusercontent.com/u/28806202?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Academind</b></sub></a><br /><a href="#mentoring-academind" title="Mentoring">πŸ§‘β€πŸ«</a></td>
54-
<td align="center"><a href="http://codaffection.com/"><img src="https://avatars.githubusercontent.com/u/32505654?v=4?s=100" width="100px;" alt=""/><br /><sub><b>CodAffection</b></sub></a><br /><a href="#mentoring-CodAffection" title="Mentoring">πŸ§‘β€πŸ«</a></td>
55-
<td align="center"><a href="http://www.bitnative.com"><img src="https://avatars.githubusercontent.com/u/1688997?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Cory House</b></sub></a><br /><a href="#mentoring-coryhouse" title="Mentoring">πŸ§‘β€πŸ«</a></td>
56-
<td align="center"><a href="https://github.com/jiobiagba"><img src="https://avatars.githubusercontent.com/u/42423547?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Joseph Obiagba</b></sub></a><br /><a href="#mentoring-jiobiagba" title="Mentoring">πŸ§‘β€πŸ«</a></td>
57-
<td align="center"><a href="https://github.com/IsraelObiagba"><img src="https://avatars.githubusercontent.com/u/14045379?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Israel Obiagba</b></sub></a><br /><a href="#mentoring-IsraelObiagba" title="Mentoring">πŸ§‘β€πŸ«</a></td>
58-
</tr>
59-
</table>
60-
61-
## Contributors ✨
62-
63-
Thanks to these amazing contributors to the node-mongo-cli project. This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. See [emoji key](https://allcontributors.org/docs/en/emoji-key). Contributions of any kind welcome!
64-
65-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
66-
<!-- prettier-ignore-start -->
67-
<!-- markdownlint-disable -->
68-
<table>
69-
<tbody>
70-
<tr>
71-
<td align="center" valign="top" width="16.66%"><a href="https://github.com/Sync271"><img src="https://avatars.githubusercontent.com/u/67158080?v=4?s=100" width="100px;" alt="Abhishek K M"/><br /><sub><b>Abhishek K M</b></sub></a><br /><a href="https://github.com/code-collabo/node-mongo-cli/commits?author=Sync271" title="Documentation">πŸ“–</a></td>
72-
<td align="center" valign="top" width="16.66%"><a href="https://allcontributors.org"><img src="https://avatars.githubusercontent.com/u/46410174?v=4?s=100" width="100px;" alt="All Contributors"/><br /><sub><b>All Contributors</b></sub></a><br /><a href="#infra-all-contributors" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a></td>
73-
<td align="center" valign="top" width="16.66%"><a href="http://chuddyjoachim.com"><img src="https://avatars.githubusercontent.com/u/56943504?v=4?s=100" width="100px;" alt="Chikezie Joachim"/><br /><sub><b>Chikezie Joachim</b></sub></a><br /><a href="https://github.com/code-collabo/node-mongo-cli/commits?author=chuddyjoachim" title="Code">πŸ’»</a></td>
74-
<td align="center" valign="top" width="16.66%"><a href="https://github.com/Dkingofcode"><img src="https://avatars.githubusercontent.com/u/91491738?v=4?s=100" width="100px;" alt="David Oladepo"/><br /><sub><b>David Oladepo</b></sub></a><br /><a href="https://github.com/code-collabo/node-mongo-cli/commits?author=Dkingofcode" title="Documentation">πŸ“–</a></td>
75-
<td align="center" valign="top" width="16.66%"><a href="https://festusali.com/"><img src="https://avatars.githubusercontent.com/u/42407804?v=4?s=100" width="100px;" alt="Festus Ali"/><br /><sub><b>Festus Ali</b></sub></a><br /><a href="https://github.com/code-collabo/node-mongo-cli/commits?author=Festusali" title="Code">πŸ’»</a></td>
76-
<td align="center" valign="top" width="16.66%"><a href="http://hritikr.me"><img src="https://avatars.githubusercontent.com/u/35923605?v=4?s=100" width="100px;" alt="Hritik R"/><br /><sub><b>Hritik R</b></sub></a><br /><a href="https://github.com/code-collabo/node-mongo-cli/commits?author=HritikR" title="Documentation">πŸ“–</a> <a href="https://github.com/code-collabo/node-mongo-cli/commits?author=HritikR" title="Code">πŸ’»</a></td>
77-
</tr>
78-
<tr>
79-
<td align="center" valign="top" width="16.66%"><a href="https://keithanphilander-e53b5c.netlify.app/"><img src="https://avatars.githubusercontent.com/u/29425128?v=4?s=100" width="100px;" alt="Keithan Philander"/><br /><sub><b>Keithan Philander</b></sub></a><br /><a href="https://github.com/code-collabo/node-mongo-cli/issues?q=author%3AKeithanPhilander" title="Bug reports">πŸ›</a> <a href="https://github.com/code-collabo/node-mongo-cli/commits?author=KeithanPhilander" title="Code">πŸ’»</a></td>
80-
<td align="center" valign="top" width="16.66%"><a href="https://github.com/izhar360"><img src="https://avatars.githubusercontent.com/u/79567009?v=4?s=100" width="100px;" alt="Muhammad Izhar"/><br /><sub><b>Muhammad Izhar</b></sub></a><br /><a href="https://github.com/code-collabo/node-mongo-cli/commits?author=izhar360" title="Documentation">πŸ“–</a></td>
81-
<td align="center" valign="top" width="16.66%"><a href="https://github.com/Ifycode"><img src="https://avatars.githubusercontent.com/u/45185388?v=4?s=100" width="100px;" alt="Obiagba Mary Ifeoma"/><br /><sub><b>Obiagba Mary Ifeoma</b></sub></a><br /><a href="https://github.com/code-collabo/node-mongo-cli/commits?author=Ifycode" title="Code">πŸ’»</a> <a href="https://github.com/code-collabo/node-mongo-cli/commits?author=Ifycode" title="Documentation">πŸ“–</a></td>
82-
<td align="center" valign="top" width="16.66%"><a href="https://github.com/samuko-things"><img src="https://avatars.githubusercontent.com/u/75276934?v=4?s=100" width="100px;" alt="Obiagba Samuel"/><br /><sub><b>Obiagba Samuel</b></sub></a><br /><a href="https://github.com/code-collabo/node-mongo-cli/commits?author=samuko-things" title="Code">πŸ’»</a> <a href="https://github.com/code-collabo/node-mongo-cli/issues?q=author%3Asamuko-things" title="Bug reports">πŸ›</a></td>
83-
<td align="center" valign="top" width="16.66%"><a href="https://olaleye.vercel.app/"><img src="https://avatars.githubusercontent.com/u/70102539?v=4?s=100" width="100px;" alt="Olaleye Blessing"/><br /><sub><b>Olaleye Blessing</b></sub></a><br /><a href="https://github.com/code-collabo/node-mongo-cli/commits?author=Olaleye-Blessing" title="Documentation">πŸ“–</a></td>
84-
<td align="center" valign="top" width="16.66%"><a href="http://rashidmya.dev"><img src="https://avatars.githubusercontent.com/u/64389512?v=4?s=100" width="100px;" alt="Rashid"/><br /><sub><b>Rashid</b></sub></a><br /><a href="https://github.com/code-collabo/node-mongo-cli/commits?author=rashidmya" title="Code">πŸ’»</a></td>
85-
</tr>
86-
<tr>
87-
<td align="center" valign="top" width="16.66%"><a href="https://github.com/oyenuga17"><img src="https://avatars.githubusercontent.com/u/64274826?v=4?s=100" width="100px;" alt="oyenuga17"/><br /><sub><b>oyenuga17</b></sub></a><br /><a href="https://github.com/code-collabo/node-mongo-cli/commits?author=oyenuga17" title="Code">πŸ’»</a></td>
88-
</tr>
89-
</tbody>
90-
</table>
91-
92-
<!-- markdownlint-restore -->
93-
<!-- prettier-ignore-end -->
94-
95-
<!-- ALL-CONTRIBUTORS-LIST:END -->
1+
# @collabo-community/create-collabo-app
2+
Create Collabo App

0 commit comments

Comments
Β (0)