Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/auser/yogolang

Yeoman golang generators
https://github.com/auser/yogolang

Last synced: about 2 months ago
JSON representation

Yeoman golang generators

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