Skip to content

Commit

Permalink
V0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
enzofrnt committed Mar 10, 2024
1 parent ebedb1f commit 718bd93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ To use this utility in your project, you can run the Django management command `

```
usage: manage.py django2ts [--app APP] [--path PATH] [--separated-files] [--verbose]
```

And if you want you can also directly use the `ModelToTypeScriptConverter` class in your own code to generate TypeScript interfaces programmatically.

## Installation

`pip install django-model-to-typescript-converter`
`pip install dajngo-models-typescript-types`
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='dajngo-models-typescript-types',
version='0.1.1',
version='0.2',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 718bd93

Please sign in to comment.