Skip to content

Commit

Permalink
Update readme (#7)
Browse files Browse the repository at this point in the history
* Rename Package

* Remove Mongoose Schema Choice, It's must

* Update Readme File
  • Loading branch information
khattakdev authored Aug 14, 2020
1 parent e20f894 commit 3d2d168
Showing 1 changed file with 56 additions and 3 deletions.
59 changes: 56 additions & 3 deletions readme.md
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.

0 comments on commit 3d2d168

Please sign in to comment.