Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malikov0216/buildapp
https://github.com/malikov0216/buildapp
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/malikov0216/buildapp
- Owner: malikov0216
- Created: 2019-06-12T09:32:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T05:16:34.000Z (over 5 years ago)
- Last Synced: 2023-03-03T06:20:10.046Z (almost 2 years ago)
- Language: Go
- Size: 2.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)