Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DevOps Tools
Documentation
Commits
4a27c933
Commit
4a27c933
authored
10 months ago
by
danielspeicher
Browse files
Options
Downloads
Patches
Plain Diff
Document Drupal Development Env:
composer/plugin/drupal-development-environment#1
parent
a02ccaa3
No related branches found
No related tags found
1 merge request
!8
Develop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/composer/plugin/drupal-dev-environment/index.md
+24
-2
24 additions, 2 deletions
docs/composer/plugin/drupal-dev-environment/index.md
with
24 additions
and
2 deletions
docs/composer/plugin/drupal-dev-environment/index.md
+
24
−
2
View file @
4a27c933
...
...
@@ -8,9 +8,20 @@ tags:
---
# Drupal Development Environment
This composer plugin builds all necessary structures of a Drupal project for development.
In addition to the
[
Drupal Environment
](
../drupal-environment/index.md
)
, this tool can be installed when
developing Drupal modules, themes or styling pages.
This composer plugin builds all necessary infrastructure for a Drupal project to make development very handy.
## Testing
It provides a massive amount of testing tools, which can be executed out of the box using
[
Ahoy
](
../../plugin/ahoy/index.md
)
:
[
Ahoy
](
../../plugin/ahoy/index.md
)
. To get an overview, just execute:
```
l3d
a test --help
```
This will print out a list with all available tools:
-
[
Dependency Analysis
](
../../../dev_tools/test.md#drupal-dependency-analysis
)
-
[
PHP Unit
](
../../../dev_tools/test.md#unitkernelfunctional-testing
)
...
...
@@ -22,3 +33,14 @@ It provides a massive amount of testing tools, which can be executed out of the
-
[
PHP Metrics
](
../../../dev_tools/test.md#php-metrics
)
-
[
Stylelint
](
../../../dev_tools/test.md#stylelint
)
-
[
Eslint
](
../../../dev_tools/test.md#es-lint
)
## Working with Themes
The development plugin provides tools, that are common for working with themes in Drupal:
-
[
Node.js
](
https://nodejs.org/
)
-
[
Gulp.js
](
https://gulpjs.com/
)
Now you can create or use existing
`package.json`
or
`gulp.js`
files for building your
`css`
, e.g.
using
[
Sass
](
https://sass-lang.com/
)
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment