Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auser/yogolang
Yeoman golang generators
https://github.com/auser/yogolang
Last synced: about 2 months ago
JSON representation
Yeoman golang generators
- Host: GitHub
- URL: https://github.com/auser/yogolang
- Owner: auser
- License: mit
- Created: 2020-02-26T04:21:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:35:23.000Z (about 2 years ago)
- Last Synced: 2024-10-28T17:15:54.898Z (3 months ago)
- Language: JavaScript
- Size: 1.61 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Golang generator
> [Yeoman](https://yeoman.io/) generator for creating golang projects
## Installation
Ensure you have [Yeoman](https://yeoman.io/) installed using
[npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/):```bash
npm install --global yo
# or, with yarn
yarn global add yo
```Next, install this generator:
```bash
npm install --global generator-golang-project
# or, with yarn
yarn global add yo
```## Usage
Generate your golang project and follow the prompts
```bash
yo golang-project
```## Contributing
Add a template. This generator is setup to be as simple as possible to add
golang projects. Check out the `simple/index.js` project to see just how simple
it is.## License
MIT © [Ari Lerner](https://ari.io)
[![npm version](https://badge.fury.io/js/generator-golang-project.svg)](https://badge.fury.io/js/generator-golang-project)
[npm-url]: https://www.npmjs.com/package/generator-golang-project