Skip to content

Commit

Permalink
docs: add yaml package entry to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycunh committed Jan 18, 2022
1 parent dbf2c1a commit bef0ff8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,14 @@ The [chalk](https://www.npmjs.com/package/chalk) package.
console.log(chalk.blue('Hello world!'))
```

#### `yaml` package

The [yaml](https://www.npmjs.com/package/yaml) package.

```js
console.log(yaml.parse('foo: bar').foo)
```

#### `fs` package

The [fs-extra](https://www.npmjs.com/package/fs-extra) package.
Expand Down

0 comments on commit bef0ff8

Please sign in to comment.