Skip to content

Commit

Permalink
Typescript schema (#9)
Browse files Browse the repository at this point in the history
* Rename Package

* Remove Mongoose Schema Choice, It's must

* Update Readme File

* Temporary Disable Typescript Schema Option

* Create Schema Within the root

* Update command to msc

* Minor Update

* Add Gif for Demo
  • Loading branch information
khattakdev authored Aug 17, 2020
1 parent a56da04 commit 759baad
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# CHANGELOG.md

## 1.1.1

Bug Fixes:

- Temporarily Remove Javascript/Typescript Schema Choice

Updates:

- Update [README](/readme.md)
- Change command to `msc"
Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 2 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "mongoose-schema-cli",
"version": "1.1.0",
"version": "1.1.1",
"description": "A MongoDB Schema Generator CLI",
"main": "index.js",
"bin": {
"msc-gen": "bin/index.js"
"msc": "bin/index.js"
},
"repository": {
"type": "git",
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
### [Demo](https://github.com/eKhattak/mongoose-schema-cli)

![Demo](/demo.gif)

## Install

```sh
Expand All @@ -30,7 +32,7 @@ npm install --save mongoose-schema-cli
## Usage

```sh
msc-gen
msc
```

## Author
Expand Down

0 comments on commit 759baad

Please sign in to comment.