Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
kasiriveni committed Dec 17, 2016
1 parent e5686c8 commit 80b3820
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[{package.json,*.yml}]
indent_style = space
indent_size = 2
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,33 @@
# has-gulp
Check if a project is using Gulp

## Install

```
$ npm install --save has-gulp
```

## Usage

```js
const hasGulp= require('has-gulp');
```


## API

### hasGulp([cwd])

Returns a `boolean`.

#### cwd

Type: `string`<br>
Default: `process.cwd()`

Current working directory.


## License

MIT © [kasiriveni](https://github.com/kasiriveni)

0 comments on commit 80b3820

Please sign in to comment.