mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-13 12:31:14 +00:00
Backport more tools for work flavour
This commit is contained in:
8
php_tools/webpack-cli/README.md
Normal file
8
php_tools/webpack-cli/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# webpack CLI
|
||||
|
||||
webpack CLI provides a flexible set of commands for developers to increase speed when setting up a custom webpack project. As of webpack v4, webpack is not expecting a configuration file, but often developers want to create a more custom webpack configuration based on their use-cases and needs. webpack CLI addresses these needs by providing a set of tools to improve the setup of custom webpack configuration.
|
||||
|
||||
| Platform | Url |
|
||||
|----------|------------------------------------------------------------------|
|
||||
| NPM | https://www.npmjs.com/package/webpack-cli |
|
||||
| GitHub | https://github.com/webpack/webpack-cli |
|
||||
13
php_tools/webpack-cli/install.yml
Normal file
13
php_tools/webpack-cli/install.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
check: webpack-cli --version | grep -E '[0-9][.0-9]+' || (webpack-cli --version; false)
|
||||
|
||||
all:
|
||||
type: npm
|
||||
package: webpack-cli
|
||||
binary: webpack-cli
|
||||
version:
|
||||
build_dep: []
|
||||
run_dep: []
|
||||
pre:
|
||||
post:
|
||||
11
php_tools/webpack-cli/options.yml
Normal file
11
php_tools/webpack-cli/options.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
# The name of the module
|
||||
name: webpack-cli
|
||||
|
||||
# Exclude module build/installation for the following PHP versions
|
||||
exclude: []
|
||||
|
||||
# In order for this tool to build/install correctly,
|
||||
# the following tools must have been installed first.
|
||||
depends: []
|
||||
Reference in New Issue
Block a user