Skip to content

Commit

Permalink
docs(scaffold): Add installation guide for packages/webpack-scaffold (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
elevenpassin authored and ematipico committed Jan 4, 2019
1 parent 0deb89f commit 556a333
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/webpack-scaffold/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

This is the utility suite for creating a webpack `scaffold`. It contains utility functions to assist with inquirer prompting and scaffolding.
# Installation
<!-- TODO: To be added as part of issue #712 -->
```bash
npm i -D webpack-cli @webpack-cli/webpack-scaffold
```
# API

1. [parseValue()](#parsevalue)
Expand All @@ -13,7 +15,7 @@ This is the utility suite for creating a webpack `scaffold`. It contains utility
6. [createExternalFunction()](#createexternalfunction)
7. [createRequire()](#createrequire)
8. Inquirer: [List](#list), [RawList](#rawlist), [CheckList](#checklist), [Input](#input), [InputValidate](#inputvalidate), [Confirm](#confirm)
## parseValue
## parseValue

Param: `String`

Expand Down

0 comments on commit 556a333

Please sign in to comment.