https://github.com/gulpjs/.boilerplate
The boilerplate template for gulp packages.
https://github.com/gulpjs/.boilerplate
Last synced: 10 months ago
JSON representation
The boilerplate template for gulp packages.
- Host: GitHub
- URL: https://github.com/gulpjs/.boilerplate
- Owner: gulpjs
- License: mit
- Created: 2019-06-03T07:44:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T23:59:34.000Z (over 3 years ago)
- Last Synced: 2024-10-29T15:14:36.248Z (over 1 year ago)
- Size: 13.7 KB
- Stars: 3
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PROJECT_NAME
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Coveralls Status][coveralls-image]][coveralls-url]
PROJECT_DESCRIPTION
## Usage
```js
```
## API
## License
MIT
[downloads-image]: https://img.shields.io/npm/dm/$PROJECT_NAME.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/$PROJECT_NAME
[npm-image]: https://img.shields.io/npm/v/$PROJECT_NAME.svg?style=flat-square
[ci-url]: https://github.com/gulpjs/$PROJECT_NAME/actions?query=workflow:dev
[ci-image]: https://img.shields.io/github/actions/workflow/status/gulpjs/$PROJECT_NAME/dev.yml?branch=master&style=flat-square
[coveralls-url]: https://coveralls.io/r/gulpjs/$PROJECT_NAME
[coveralls-image]: https://img.shields.io/coveralls/gulpjs/$PROJECT_NAME/master.svg?style=flat-square