Skip to content

Commit

Permalink
fixed configuration readme for new 'hidev init'
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Oct 5, 2015
1 parent adfd43e commit cba9771
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .hidev/commits.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ hiqdev/hidev commits history

## 0.1.0 Under development

- adfd43e 2015-10-05 fixed tests for new features (sol@hiqdev.com)
- f21e66d 2015-10-05 improved 'hidev init': + year and description options (sol@hiqdev.com)
- Added tests for README goal
- 10f28b4 2015-10-05 php-cs-fixed (sol@hiqdev.com)
- a96c530 2015-10-05 php-cs-fixed (sol@hiqdev.com)
Expand Down
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,23 @@ in **.hidev** directory in the root of your project.

The main config file is: **.hidev/config.yml**.

You can generate basic config file with init command:
You can generate basic config file with **init** command:

hidev init vendor/my-package
```sh
hidev init the-vendor/my-package
```

You will receive:
```yml
package:
name: my-package
label: MyPackage
title: My Package
name: my-new-package
type: project
keywords: my, package
keywords: my, new, package

vendor:
name: the-vendor

require:
vendor/hidev-config: "*"
hiqdev/hidev-config-php: "*"
```
Expand Down
16 changes: 9 additions & 7 deletions docs/readme/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,22 @@ in **.hidev** directory in the root of your project.

The main config file is: **.hidev/config.yml**.

You can generate basic config file with init command:
You can generate basic config file with **init** command:

hidev init vendor/my-package
```sh
hidev init the-vendor/my-package
```

You will receive:
```yml
package:
name: my-package
label: MyPackage
title: My Package
name: my-new-package
type: project
keywords: my, package
keywords: my, new, package

vendor:
name: the-vendor

require:
vendor/hidev-config: "*"
hiqdev/hidev-config-php: "*"
```

0 comments on commit cba9771

Please sign in to comment.