The-Victor-Blog

(★ 13)

No description available.

File Explorer

  • .gitignore
  • package-lock.json
  • package.json
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

npm run

View Details ▼

Run a script.

npm run

List available scripts:

npm run {{script_name}}

Run a script:

npm run {{script_name}} -- {{argument}} {{--option}}

Pass arguments to a script:

🔍

npm start

View Details ▼

This command is an alias of `npm run start`.

tldr npm run

View documentation for the original command:

🔍

npm test

View Details ▼

This command is an alias of `npm run test`.

tldr npm run

View documentation for the original command:

🔍

eject

View Details ▼

Eject CDs, floppy disks, tape drives, and USB sticks.

eject {{[-d|--default]}}

Display the default device:

eject

Eject the default device:

eject {{/dev/cdrom}}

Eject a specific device (the default order is cd-rom, scsi, floppy, and tape):

// repository documentation