Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nodeschool-workshops

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodeschool-workshops - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"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 ?

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc