Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Jul 4, 2021
1 parent d8b6b87 commit d5aa01b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,7 @@ console.log(chalk.blue('Hello world!'))

#### `fs` package

The [fs](https://nodejs.org/api/fs.html#fs_promises_api) package.

> Same as if you write:
> ```js
> import {promises as fs} from 'fs'
> ```
The [fs-extra](https://www.npmjs.com/package/fs-extra) package.

```js
let content = await fs.readFile('./package.json')
Expand All @@ -240,6 +235,12 @@ The [os](https://nodejs.org/api/os.html) package.
await $`cd ${os.homedir()} && mkdir example`
```

#### `minimist` package

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

Available as global const `argv`.

### Configuration

#### `$.shell`
Expand Down

0 comments on commit d5aa01b

Please sign in to comment.