-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename Package * Remove Mongoose Schema Choice, It's must * Update Readme File
- Loading branch information
1 parent
e20f894
commit 3d2d168
Showing
1 changed file
with
56 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,56 @@ | ||
<h1 align="center"> MONGODB-SCHEMA-CLI | ||
</h1> | ||
... | ||
<h1 align="center">Welcome to mongoose-schema-cli 👋</h1> | ||
<p> | ||
<a href="https://www.npmjs.com/package/mongoose-schema-cli" target="_blank"> | ||
<img alt="Version" src="https://img.shields.io/npm/v/mongoose-schema-cli.svg"> | ||
</a> | ||
<a href="https://github.com/eKhattak/mongoose-schema-cli#readme" target="_blank"> | ||
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" /> | ||
</a> | ||
<a href="https://github.com/eKhattak/mongoose-schema-cli/graphs/commit-activity" target="_blank"> | ||
<img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" /> | ||
</a> | ||
<a href="https://github.com/eKhattak/mongoose-schema-cli/blob/master/LICENSE" target="_blank"> | ||
<img alt="License: MIT" src="https://img.shields.io/badge/LICENSE-MIT-blue.svg" /> | ||
</a> | ||
<a href="https://twitter.com/khattakdev" target="_blank"> | ||
<img alt="Twitter: khattakdev" src="https://img.shields.io/twitter/follow/khattakdev.svg?style=social" /> | ||
</a> | ||
</p> | ||
|
||
> A MongoDB Schema Generator CLI | ||
### ✨ [Demo](https://github.com/eKhattak/mongoose-schema-cli) | ||
|
||
## Install | ||
|
||
```sh | ||
npm install --save mongoose-schema-cli | ||
``` | ||
|
||
## Usage | ||
|
||
```sh | ||
msc-gen | ||
``` | ||
|
||
## Author | ||
|
||
👤 **Arsalan Khattak <akkhattak65@gmail.com>** | ||
|
||
- Website: https://khattak.dev/ | ||
- Twitter: [@khattakdev](https://twitter.com/khattakdev) | ||
- Github: [@eKhattak](https://github.com/eKhattak) | ||
- LinkedIn: [@khattakdev](https://linkedin.com/in/khattakdev) | ||
|
||
## 🤝 Contributing | ||
|
||
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/eKhattak/mongoose-schema-cli/issues). | ||
|
||
## Show your support | ||
|
||
Give a ⭐️ if this project helped you! | ||
|
||
## 📝 License | ||
|
||
Copyright © 2020 [Arsalan Khattak <akkhattak65@gmail.com>](https://github.com/eKhattak).<br /> | ||
This project is [MIT](https://github.com/eKhattak/mongoose-schema-cli/blob/master/LICENSE) licensed. |