KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
cosmos-gen
★ 17
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
chatgpt-regex-uygulamasi
:
No description available.
nextjs-appdir-blog
:
Build your blog app with new Next.js 13 app folder and Contentlayer
hmaach
:
No description available.
unsocial
:
Simple ActivityPub server for personal use, built with Next.js (App Router), Prisma, and Tailwind CSS.
Signal-Art-Creator
:
Sticker Pack Creator Web App
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
cosmos-gen
?
Download (.md)
 Cosmos Module Generator generates boilerplate for building [Cosmos SDK](https://github.com/cosmos/cosmos-sdk) modules. [](https://circleci.com/gh/shanev/cosmos-gen) [](https://goreportcard.com/report/github.com/shanev/cosmos-gen) ## Getting Started ### Prerequisites [Go 1.12+](https://golang.org/doc/install) ### Install ```sh go get -u github.com/shanev/cosmos-gen ``` ## Usage ```sh cosmos-gen claim ``` This generates the following boilerplate files: ``` └── x ├── claim │ ├── codec.go │ ├── genesis.go │ ├── handler.go │ ├── keeper.go │ ├── module.go │ ├── params.go │ ├── querier.go │ └── types.go ``` ## Built With * [Packr](https://github.com/gobuffalo/packr) - Pack templates into a single binary ## Authors * **Shane Vitarana** - Initial work