2.1.0 • Published 9 months ago

deep-import v2.1.0

Weekly downloads
-
License
Unlicense
Repository
github
Last release
9 months ago

npm Gitpod Discord

Cli utility that allows you to import links into your deep.

Table Of Contents

Library

See Documentation for examples and API

Cli

Cli Usage

deep-import

Options:
  --version         Show version number                                [boolean]
  --url             The url of graphql to export data from   [string] [required]
  --jwt             The JWT token for authentication in graphql
                                                             [string] [required]
  --directory-name  The directory name to save data to       [string] [required]
  --overwrite       Should overwrite existing links   [boolean] [default: false]
  --debug                                             [boolean] [default: false]
  --help            Show help                                          [boolean]

Cli Usage Ways

If you are going to use this package in a project - it is recommended to install it is Locally
If you are going to use this package for yourself - it is recommended to install it Globally or run it directly using npx

Directly running using npx

npx --yes deep-import

Global Installation

Global installation and running using binary name

npm install --global deep-import
/home/runner/work/deep-import/deep-import/dist/cli/deep-import

Global installation and running using npx

npm install --global deep-import
npx /home/runner/work/deep-import/deep-import/dist/cli/deep-import

Local installation

Local installation and running using npx

npm install deep-import
npx /home/runner/work/deep-import/deep-import/dist/cli/deep-import

Local installation and running using npm script

npm install deep-import

Add npm script to package.json. Note that you can name your script as you want but it must call binary file provided by the package

{
  "scripts": {
    "/home/runner/work/deep-import/deep-import/dist/cli/deep-import": "/home/runner/work/deep-import/deep-import/dist/cli/deep-import"
  }
}

and run

npm run /home/runner/work/deep-import/deep-import/dist/cli/deep-import
1.0.16

10 months ago

1.0.15

10 months ago

2.1.0

9 months ago

1.0.14

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago