https://github.com/bblfsh/bash-driver
https://github.com/bblfsh/bash-driver
babelfish bash driver
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bblfsh/bash-driver
- Owner: bblfsh
- License: gpl-3.0
- Created: 2017-04-04T10:28:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T15:35:52.000Z (over 2 years ago)
- Last Synced: 2024-06-19T11:37:55.286Z (about 2 years ago)
- Topics: babelfish, bash, driver
- Language: Shell
- Size: 4.16 MB
- Stars: 5
- Watchers: 7
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Bash driver for [Babelfish](https://github.com/bblfsh/bblfshd)  [](https://travis-ci.org/bblfsh/bash-driver)  
bash driver for [babelfish](https://github.com/bblfsh/bblfshd).
Development Environment
-----------------------
Requirements:
- `docker`
- Go 1.13+
To initialize the build system execute: `go test ./driver`, at the root of the project. This will generate the `Dockerfile` for this driver.
To run the tests just execute `go run test.go`, this will start the test over the native and the Go components of the driver using Docker.
The build is done executing `go run build.go`. To evaluate the result using a docker container, execute:
`go run build.go test-driver && docker run -it test-driver`.
If the project is located under `$GOPATH`, run all the above with `GO111MODULE=on` environment variable,
or move the project to any other directory outside of `$GOPATH`.
License
-------
GPLv3, see [LICENSE](LICENSE)