nodeschool-workshops
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "nodeschool-workshops", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "a list of all nodeschool workshops", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -13,3 +13,5 @@ ## NodeSchool Workshops Manager | ||
### How to install it ? | ||
``[sudo] npm install -g nodeschool-workshops`` | ||
``` | ||
[sudo] npm install -g nodeschool-workshops | ||
``` | ||
@@ -20,3 +22,5 @@ [sudo] : Depending on your configuration, you may need to be an administrator in order to install npm packages | ||
#### List all workshops | ||
``nsworkshops --list`` | ||
``` | ||
nsworkshops --list | ||
``` | ||
@@ -26,8 +30,15 @@ By default, this command list all the workshops(installed + not installed ones). | ||
#####Examples | ||
`nsworkshops --list --installed //to list only installed workshops` | ||
`nsworkshops --list --notinstalled //to list only not installed workshops` | ||
``` | ||
nsworkshops --list --installed //to list only installed workshops | ||
``` | ||
``` | ||
nsworkshops --list --notinstalled //to list only not installed workshops | ||
``` | ||
#### Search for workshops | ||
``nsworkshops --search PATTERN`` | ||
``` | ||
nsworkshops --search PATTERN | ||
``` | ||
@@ -40,13 +51,23 @@ ``PATTERN`` is the workshop name(or some characters from the workshop name), you should know that fuzzy search is used here. | ||
#####Examples | ||
`nsworkshops --search javascript --installed //search for an installed workshop called 'javascript'` | ||
`nsworkshops --search js --notinstalled //to list all workshops that contains js and are not aleardy installed` | ||
``` | ||
nsworkshops --search javascript --installed //search for an installed workshop called 'javascript' | ||
``` | ||
``` | ||
nsworkshops --search js --notinstalled //list all workshops that contains js and are not aleardy installed` | ||
``` | ||
#### Install workshops | ||
`nsworkshops --install WORKSHOPNAME` | ||
``` | ||
nsworkshops --install WORKSHOPNAME | ||
``` | ||
`nsworkshops --install --search PATTERN` | ||
``` | ||
nsworkshops --install --search PATTERN | ||
``` | ||
`nsworkshops --install --notinstalled` | ||
``` | ||
nsworkshops --install --notinstalled | ||
``` | ||
@@ -57,9 +78,15 @@ | ||
`nsworkshops --remove WORKSHOPNAME` | ||
``` | ||
nsworkshops --remove WORKSHOPNAME | ||
``` | ||
Remove a list of module that contains a set of specific characters: | ||
`nsworkshops --remove --search PATTERN` | ||
``` | ||
nsworkshops --remove --search PATTERN | ||
``` | ||
`nsworkshops --remove --installed` | ||
``` | ||
nsworkshops --remove --installed | ||
``` | ||
@@ -66,0 +93,0 @@ ## How to contribute ? |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
15255
98
2