Skip to content

Commit

Permalink
Merge pull request #153 from dmouse/master
Browse files Browse the repository at this point in the history
Update command information
  • Loading branch information
dmouse committed Jul 9, 2014
2 parents 3d9df7a + bdb5443 commit c37449d
Showing 1 changed file with 18 additions and 43 deletions.
61 changes: 18 additions & 43 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,58 +42,33 @@ php -r "readfile('https://getcomposer.org/installer');" | php
Instructions to install Drupal Console if you are using composer inside Drupal Installation.
```
$ COMPOSER_BIN_DIR=bin php composer.phar require --dev drupal/console:~0.1
$ ./bin/console list
```

Instructions to install Drupal Console if you are using composer globally.
```
$ COMPOSER_BIN_DIR=bin composer require --dev drupal/console:~0.1
$ ./bin/console list
```

### Usage

#### Module generator
```bash
$ ./bin/console generate:module
```
#### Controller generator
```bash
$ ./bin/console generate:controller
```
#### Form generator
```bash
$ ./bin/console generate:form
```
#### Command generator
```bash
$ ./bin/console generate:command
```
#### Service generator
```bash
$ ./bin/console generate:service
```
#### Plugin Block generator
```bash
$ ./bin/console generate:plugin:block
```
#### Plugin Image Effect generator
```bash
$ ./bin/console generate:plugin:imageeffect
```
#### Container Debug
```bash
$ ./bin/console container:debug
```
#### Router Debug
```bash
$ ./bin/console router:debug
```
#### Router Rebuild
```bash
$ ./bin/console router:rebuild
$ ./bin/console list
$ ./bin/console --shell
```

### Commands
| Generators | Router | Container | Commands
| :-----------------------------|:----------------------|:----------------|:---------
| generator:module | router:debug | container:debug | drush
| generator:controller | router:rebuild | |
| generator:form | | |
| generator:command | | |
| generator:plugin:block | | |
| generator:plugin:imageeffect | | |
| generator:entity:config | | |
| generator:service | | |


#### Videos
[Introducing the Drupal 8 Console scaffolding module generator](https://www.youtube.com/watch?v=lzjcj-_xlAg)
[How to install & use youtube video no audio](http://www.youtube.com/watch?v=NkHT2KctR-Y)
* [Generate a configuration entity type using the drupal 8 console](https://www.youtube.com/watch?v=x1zYfMLzFIM)
* [Introducing the Drupal 8 Console scaffolding module generator](https://www.youtube.com/watch?v=lzjcj-_xlAg)
* [How to install & use youtube video no audio](http://www.youtube.com/watch?v=NkHT2KctR-Y)

0 comments on commit c37449d

Please sign in to comment.