feat: README

This commit is contained in:
2025-03-12 12:46:02 +07:00
parent 4a5ecc647d
commit 6e9f5dd1eb

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# Crudgen
> Generate crud's at speed of thought
## Install
```shell
go install git.gogacoder.ru/NTO/crudgen/cmd/crudgen@1.0.3
```
## Run
Specify path to internal directory
```shell
crudgen -p internal
```