Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weknowinc/drupal-console-develop
https://github.com/weknowinc/drupal-console-develop
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/weknowinc/drupal-console-develop
- Owner: weknowinc
- Created: 2017-07-05T21:31:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T23:35:16.000Z (about 5 years ago)
- Last Synced: 2024-04-25T15:41:41.025Z (9 months ago)
- Language: PHP
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drupal Console Develop
Drupal Console Develop, this project contains Drupal Console commands to maintain Drupal Console translations and Documentation
### Commands:
### Contribute commands
```
* develop:create:symlinks Create symlinks between Drupal site and cloned repositories.
```### Example commands
```
* develop:example
* develop:example:container:aware
```#### Documentation commands
```
* develop:doc:cheatsheet (gdc) commands.develop.doc.cheatsheet.description
* develop:doc:dash (gdd) Generate the DrupalConsole.docset package for Dash
* develop:doc:data (gdda) Generate documentations for Commands.
* develop:doc:gitbook (gdg) Generate documentations for Commands
```
#### Translation commands
```
* develop:translation:cleanup (tc) Clean up translation files
* develop:translation:pending (tp) Determine pending translation strings in a language or a specific file in a language
* develop:translation:stats (ts) Calcuate translation stats
* develop:translation:sync (tsy) Sync translation files
```### Install on a site:
```
cd /path/to/drupal/composer require drupal/console-develop
```### Install globally:
```
cd ~/.console/extend/composer require drupal/console-develop
```
* For more information about adding commands globally [Drupal Console Extend](https://github.com/hechoendrupal/drupal-console-extend#drupal-console-extend)