Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/malikov0216/buildapp


https://github.com/malikov0216/buildapp

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Build Lerna Apps

This library helps to build all React Apps if lerna changed.

## Installation

Use the "go get".

```bash
go get github.com/malikov0216/buildApp
```

## Usage

```go
import (
"fmt"
"github.com/malikov0216/buildApp"
)

func main () {
buildApp()
}
```

## License
[MIT](https://choosealicense.com/licenses/mit/)