Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xudafeng/gradle
Node.js wrapper for gradle
https://github.com/xudafeng/gradle
gradle macaca nodejs
Last synced: 4 months ago
JSON representation
Node.js wrapper for gradle
- Host: GitHub
- URL: https://github.com/xudafeng/gradle
- Owner: xudafeng
- Created: 2017-05-08T04:00:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-18T03:09:03.000Z (over 3 years ago)
- Last Synced: 2024-10-05T02:06:08.392Z (4 months ago)
- Topics: gradle, macaca, nodejs
- Language: JavaScript
- Homepage: https://macacajs.github.io
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gradle
---
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url][npm-image]: https://img.shields.io/npm/v/gradle.svg?style=flat-square
[npm-url]: https://npmjs.org/package/gradle
[travis-image]: https://img.shields.io/travis/xudafeng/gradle.svg?style=flat-square
[travis-url]: https://travis-ci.org/xudafeng/gradle
[coveralls-image]: https://img.shields.io/coveralls/xudafeng/gradle.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/xudafeng/gradle?branch=master
[node-image]: https://img.shields.io/badge/node.js-%3E=_8-green.svg?style=flat-square
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/gradle.svg?style=flat-square
[download-url]: https://npmjs.org/package/gradle> Node.js wrapper for gradle.
## Contributors
|[
xudafeng](https://github.com/xudafeng)
|
| :---: |This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Sun Jul 18 2021 11:07:34 GMT+0800`.
## Installment
```bash
$ npm i gradle --save-dev
```## License
The MIT License (MIT)