mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* first action! (#1)
This commit is contained in:
parent
8deacc95b1
commit
ace1e6a69a
3750 changed files with 1155519 additions and 0 deletions
28
node_modules/is-yarn-global/README.md
generated
vendored
Normal file
28
node_modules/is-yarn-global/README.md
generated
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
# is-yarn-global
|
||||
|
||||
[](https://travis-ci.org/LitoMore/is-yarn-global)
|
||||
[](https://www.npmjs.com/package/is-yarn-global)
|
||||
[](https://github.com/LitoMore/is-yarn-global/blob/master/LICENSE)
|
||||
[](https://github.com/sindresorhus/xo)
|
||||
|
||||
Check if installed by yarn globally without any `fs` calls
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
$ npm install is-yarn-global
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Just require it in your package.
|
||||
|
||||
```javascript
|
||||
const isYarnGlobal = require('is-yarn-global');
|
||||
|
||||
console.log(isYarnGlobal());
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
MIT © [LitoMore](https://github.com/LitoMore)
|
Loading…
Add table
Add a link
Reference in a new issue