Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / README.md
index 9dbba98ba6156dbd906c3511895b83f0f0ce7a1d..47bf9f84371dffd905ff5853fb7ae104873cf711 100644 (file)
@@ -1,28 +1,36 @@
-Drush is a command line shell and Unix scripting interface for Drupal. Drush core ships with lots of useful commands for interacting with code like modules/themes/profiles. Similarly, it runs update.php, executes sql queries and DB migrations, and misc utilities like run cron or clear cache. Drush can be extended by [3rd party commandfiles](https://www.drupal.org/project/project_module?f[2]=im_vid_3%3A4654).
+Drush is a command line shell and Unix scripting interface for Drupal. Drush core ships with lots of useful commands for interacting with code like modules/themes/profiles. Similarly, it runs update.php, executes SQL queries and DB migrations, and misc utilities like run cron or clear cache. Developers love the `generate` command, which jump starts your coding project by writing ready-to-customize PHP and YML files. Drush can be extended by [3rd party commandfiles](https://www.drupal.org/project/project_module?f[2]=im_vid_3%3A4654).
 
 [![Latest Stable Version](https://poser.pugx.org/drush/drush/v/stable.png)](https://packagist.org/packages/drush/drush) [![Total Downloads](https://poser.pugx.org/drush/drush/downloads.png)](https://packagist.org/packages/drush/drush) [![Latest Unstable Version](https://poser.pugx.org/drush/drush/v/unstable.png)](https://packagist.org/packages/drush/drush) [![License](https://poser.pugx.org/drush/drush/license.png)](https://packagist.org/packages/drush/drush) [![Documentation Status](https://readthedocs.org/projects/drush/badge/?version=master)](https://readthedocs.org/projects/drush/?badge=master)
 
+| Code style | Isolation Tests | Functional Tests |
+| :--------: | :-------------: | :--------------: |
+| <img src="https://api.shippable.com/projects/5507addd5ab6cc1352a213b5/badge?branch=master"> | <img src="https://travis-ci.org/drush-ops/drush.svg?branch=master"> | <img src="https://circleci.com/gh/drush-ops/drush.svg?style=shield"> |
+
 Resources
 -----------
 * [Installing (and Upgrading)](http://docs.drush.org/en/master/install/)
 * [General Documentation](http://docs.drush.org)
-* [API Documentation](http://api.drush.org)
+* [API Documentation](http://www.drush.org/api/master/index.html)
 * [Drush Commands](http://drushcommands.com)
-* Subscribe [this atom feed](https://github.com/drush-ops/drush/releases.atom) to receive notification on new releases. Also, [Version eye](https://www.versioneye.com/).
+* Subscribe [this atom feed](https://github.com/drush-ops/drush/releases.atom) to receive notification of new releases. Also, [Version eye](https://www.versioneye.com/).
 * [Drush packages available via Composer](https://packagist.org/search/?type=drupal-drush)
 * [A list of modules that include Drush integration](https://www.drupal.org/project/project_module?f[2]=im_vid_3%3A4654&solrsort=ds_project_latest_release+desc)
-* Drush comes with a [full test suite](https://github.com/drush-ops/drush/blob/master/tests/README.md) powered by [PHPUnit](https://github.com/sebastianbergmann/phpunit). Each commit gets tested by the awesome [Travis.ci continuous integration service](https://travis-ci.org/drush-ops/drush).
+* Drush comes with a [full test suite](https://github.com/drush-ops/drush/blob/master/tests/README.md) powered by [PHPUnit](https://github.com/sebastianbergmann/phpunit). Each commit gets tested by the awesome [Travis CI continuous integration service](https://travis-ci.org/drush-ops/drush).
 
 Support
 -----------
-* Post support requests to [Drupal Answers](http://drupal.stackexchange.com/questions/tagged/drush).
+* Post support requests to [Drupal Answers](http://drupal.stackexchange.com/questions/tagged/drush). Tag question with 'drush'.
 * Report bugs and request features in the [GitHub Drush Issue Queue](https://github.com/drush-ops/drush/issues).
 * Use pull requests (PRs) to contribute to Drush.
 
+Code of Conduct
+---------------
+The Drush project expects all participants to abide by the [Drupal Code of Conduct](https://www.drupal.org/dcoc).
+
 FAQ
 ------
 
->  Q: What does "drush" stand for?<br>
+>  Q: What does "Drush" stand for?<br>
 >  A: The Drupal Shell.
 >
 >  Q: How do I pronounce Drush?<br>
@@ -31,7 +39,7 @@ FAQ
 >     rhymes with hush, rush, flush, etc. This is the preferred pronunciation.
 >
 >  Q: Does Drush have unit tests?<br>
->  A: Drush has an excellent suite of unit tests. See 
+>  A: Drush has an excellent suite of unit tests. See
 > [tests/README.md](https://github.com/drush-ops/drush/blob/master/tests/README.md) for more information.
 
 
@@ -42,5 +50,7 @@ Credits
 * Redesigned by [Franz Heinzmann](http://unbiskant.org) in May 2007 for Drupal 5.
 * Maintained by [Moshe Weitzman](http://drupal.org/moshe) with much help from
   the folks listed at https://github.com/orgs/drush-ops/people.
+* Thanks to [JetBrains](https://www.jetbrains.com) for [supporting this project and open source software](https://www.jetbrains.com/buy/opensource/).
 
 ![Drush Logo](drush_logo-black.png)
+[![PhpStorm Logo](misc/icon_PhpStorm.png)](https://www.jetbrains.com/phpstorm/)