An open API service indexing awesome lists of open source software.

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.

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