regexp-tree
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "regexp-tree", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Regular Expressions parser in JavaScript", |
@@ -40,4 +40,2 @@ # regexp-tree | ||
npm install -g regexp-tree | ||
regexp-tree --help | ||
``` | ||
@@ -64,4 +62,2 @@ | ||
npm run build | ||
./bin/regexp-tree --help | ||
``` | ||
@@ -73,10 +69,12 @@ | ||
**Note:** the CLI is exposed as its own [regexp-tree-cli](https://www.npmjs.com/package/regexp-tree) module. | ||
Check the options available from CLI: | ||
``` | ||
regexp-tree --help | ||
regexp-tree-cli --help | ||
``` | ||
``` | ||
Usage: regexp-tree [options] | ||
Usage: regexp-tree-cli [options] | ||
@@ -94,3 +92,3 @@ Options: | ||
``` | ||
regexp-tree -e '/a|b/i' | ||
regexp-tree-cli -e '/a|b/i' | ||
``` | ||
@@ -161,3 +159,3 @@ | ||
``` | ||
regexp-tree -e '/ab/' -l | ||
regexp-tree-cli -e '/ab/' -l | ||
``` | ||
@@ -445,3 +443,3 @@ | ||
``` | ||
regexp-tree -e '/[a-zA-Z_0-9][A-Z_\da-z]*\e{1,}/' -o | ||
regexp-tree-cli -e '/[a-zA-Z_0-9][A-Z_\da-z]*\e{1,}/' -o | ||
``` | ||
@@ -511,3 +509,3 @@ | ||
``` | ||
regexp-tree -e '/(?<all>.)\k<all>/s' -c | ||
regexp-tree-cli -e '/(?<all>.)\k<all>/s' -c | ||
``` | ||
@@ -666,3 +664,3 @@ | ||
``` | ||
./bin/regexp-tree -e '/a|b|c/' --table all | ||
./bin/regexp-tree-cli -e '/a|b|c/' --table all | ||
``` | ||
@@ -669,0 +667,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
254098
1962