Skip to content

Commit

Permalink
docs(importer): mention import in the README
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
malept committed Jan 3, 2017
1 parent 04babfd commit d5eab37
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ dependencies so you will be all set to go. By default we will also install the
`airbnb` linting modules. If you want to follow the `standard` linting rules
instead, use the `--lintstyle=standard` argument.

## Importing an existing Project

```bash
electron-forge import existing-project-directory
```

Given an existing Electron project, it will attempt to interactively navigate
through the process of importing an existing project to the Electron Forge
format, so the commands listed below can be used. This includes being prompted
to remove existing Electron build tools in favor of Electron Forge equivalents.

## Launching your Project

```bash
Expand Down

0 comments on commit d5eab37

Please sign in to comment.