Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/librariesio/gradle-parser
:coffee: Parse gradle files and return JSON
https://github.com/librariesio/gradle-parser
dependencies gradle librariesio parser
Last synced: 2 months ago
JSON representation
:coffee: Parse gradle files and return JSON
- Host: GitHub
- URL: https://github.com/librariesio/gradle-parser
- Owner: librariesio
- License: mit
- Created: 2016-07-10T16:14:00.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T20:45:34.000Z (over 2 years ago)
- Last Synced: 2024-04-13T21:57:28.067Z (9 months ago)
- Topics: dependencies, gradle, librariesio, parser
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 20
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Gradle parser
A tiny node.js web service for parsing dependency information from `build.gradle` files for [Libraries.io](https://libraries.io).
## Development
Source hosted at [GitHub](http://github.com/librariesio/gradle-parser).
Report issues/feature requests on [GitHub Issues](http://github.com/librariesio/gradle-parser/issues). Follow us on Twitter [@librariesio](https://twitter.com/librariesio). We also hangout on [Slack](http://slack.libraries.io).### Running locally
`docker run -p 5000:5000 -it $(docker build -q .)`
### Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
future version unintentionally.
* Add documentation if necessary.
* Commit, do not change procfile, version, or history.
* Send a pull request. Bonus points for topic branches.## Copyright
Copyright (c) 2017 Andrew Nesbitt. See [LICENSE](https://github.com/librariesio/gradle-parser/blob/master/LICENSE) for details.