Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 510 Bytes

.verb.md

File metadata and controls

33 lines (22 loc) · 510 Bytes

CLI

CLI installation

{%= include("install-global") %}

CLI usage

Specify the repo and filename:

get-file assemble/assemble README.md

List files

See a list of files for a repo before downloading one:

get-file --list assemble/assemble

API

API installation

{%= include("install-npm") %}

API usage

{%= apidocs('index.js') %}

Release history

v1.0.0 - MAJOR BREAKING CHANGES

  • the main export is now a function
  • .listFiles was renamed to .files