Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jubaerhossain/gomd
https://github.com/jubaerhossain/gomd
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jubaerhossain/gomd
- Owner: JubaerHossain
- Created: 2023-08-20T13:31:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-24T05:52:38.000Z (over 1 year ago)
- Last Synced: 2024-05-08T11:31:28.965Z (8 months ago)
- Language: Go
- Size: 78.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gomd
#install
```bash
go get -u github.com/JubaerHossain/gomd
```#usage
```bash
go run ./gomd create package_name module_name
```##like this
```bash
go run ./gomd create github.com/JubaerHossain/golang_restapi user
```