mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-13 12:31:14 +00:00
Split out tools
This commit is contained in:
8
php_tools/angular_cli/README.md
Normal file
8
php_tools/angular_cli/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Angular CLI
|
||||
|
||||
The CLI tool for Angular.
|
||||
|
||||
| Platform | Url |
|
||||
|----------|------------------------------------------------------------------|
|
||||
| NPM | https://www.npmjs.com/package/@angular/cli |
|
||||
| GitHub | https://github.com/angular/angular-cli |
|
||||
13
php_tools/angular_cli/install.yml
Normal file
13
php_tools/angular_cli/install.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
check: ng version 2>&1 | grep -iE 'Angular CLI:\s*[0-9][.0-9]+' || (ng version; false)
|
||||
|
||||
all:
|
||||
type: npm
|
||||
package: "@angular/cli"
|
||||
binary: ng
|
||||
version:
|
||||
build_dep: []
|
||||
run_dep: []
|
||||
pre:
|
||||
post:
|
||||
11
php_tools/angular_cli/options.yml
Normal file
11
php_tools/angular_cli/options.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
# The name of the module
|
||||
name: angular_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