Skip to content

Commit c37449d

Browse files
committed
Merge pull request #153 from dmouse/master
Update command information
2 parents 3d9df7a + bdb5443 commit c37449d

File tree

1 file changed

+18
-43
lines changed

1 file changed

+18
-43
lines changed

README.md

Lines changed: 18 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -42,58 +42,33 @@ php -r "readfile('https://getcomposer.org/installer');" | php
4242
Instructions to install Drupal Console if you are using composer inside Drupal Installation.
4343
```
4444
$ COMPOSER_BIN_DIR=bin php composer.phar require --dev drupal/console:~0.1
45-
$ ./bin/console list
4645
```
4746

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

5452
### Usage
55-
56-
#### Module generator
57-
```bash
58-
$ ./bin/console generate:module
59-
```
60-
#### Controller generator
61-
```bash
62-
$ ./bin/console generate:controller
63-
```
64-
#### Form generator
65-
```bash
66-
$ ./bin/console generate:form
67-
```
68-
#### Command generator
69-
```bash
70-
$ ./bin/console generate:command
71-
```
72-
#### Service generator
73-
```bash
74-
$ ./bin/console generate:service
75-
```
76-
#### Plugin Block generator
77-
```bash
78-
$ ./bin/console generate:plugin:block
79-
```
80-
#### Plugin Image Effect generator
81-
```bash
82-
$ ./bin/console generate:plugin:imageeffect
83-
```
84-
#### Container Debug
85-
```bash
86-
$ ./bin/console container:debug
87-
```
88-
#### Router Debug
89-
```bash
90-
$ ./bin/console router:debug
91-
```
92-
#### Router Rebuild
9353
```bash
94-
$ ./bin/console router:rebuild
54+
$ ./bin/console list
55+
$ ./bin/console --shell
9556
```
9657

58+
### Commands
59+
| Generators | Router | Container | Commands
60+
| :-----------------------------|:----------------------|:----------------|:---------
61+
| generator:module | router:debug | container:debug | drush
62+
| generator:controller | router:rebuild | |
63+
| generator:form | | |
64+
| generator:command | | |
65+
| generator:plugin:block | | |
66+
| generator:plugin:imageeffect | | |
67+
| generator:entity:config | | |
68+
| generator:service | | |
69+
70+
9771
#### Videos
98-
[Introducing the Drupal 8 Console scaffolding module generator](https://www.youtube.com/watch?v=lzjcj-_xlAg)
99-
[How to install & use youtube video no audio](http://www.youtube.com/watch?v=NkHT2KctR-Y)
72+
* [Generate a configuration entity type using the drupal 8 console](https://www.youtube.com/watch?v=x1zYfMLzFIM)
73+
* [Introducing the Drupal 8 Console scaffolding module generator](https://www.youtube.com/watch?v=lzjcj-_xlAg)
74+
* [How to install & use youtube video no audio](http://www.youtube.com/watch?v=NkHT2KctR-Y)

0 commit comments

Comments
 (0)