Skip to content

Commit

Permalink
Add docs on init command.
Browse files Browse the repository at this point in the history
  • Loading branch information
treshugart committed Jun 13, 2019
1 parent 6f41f5d commit 8e02475
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,30 @@ $ conartist --help

```

### Getting started

You can run:

```sh
$ conartist init .
```

It will output:

```sh
/path/to/cwd
A conartist.config.js
```

Which tells you that it added a `conartist.config.js` file to your current
working directory.

If you open the new `conartist.config.js` you should see something like:

```js
module.exports = { files: [] };
```

### Simple example

If you put the following in a `package.json`.
Expand Down

0 comments on commit 8e02475

Please sign in to comment.