Socket
Book a DemoInstallSign in
Socket

@take2/oclif-plugin-apollo

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@take2/oclif-plugin-apollo

Apollo plugin for oclif

latest
Source
npmnpm
Version
1.0.5-alpha.0
Version published
Weekly downloads
1
Maintainers
5
Weekly downloads
 
Created
Source

@take2/oclif-plugin-apollo

Apollo plugin for Take2 CLI

oclif Version CircleCI Downloads/week License

  • Usage
  • Commands

Usage

$ npm install -g @take2/oclif-plugin-apollo
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@take2/oclif-plugin-apollo/1.0.5-alpha.0 darwin-x64 node-v10.15.1
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example generate:apollo:client

generate an Apollo client

USAGE
  $ oclif-example generate:apollo:client

OPTIONS
  -a, --app=app  app name
  -f, --force    force writing
  -j, --js       use .js extensions
  -p, --pod      use pods structure

See code: src/commands/generate/apollo/client.ts

oclif-example generate:apollo:schema

generate an Apollo server schema

USAGE
  $ oclif-example generate:apollo:schema

OPTIONS
  -a, --app=app  app name
  -f, --force    force writing
  -j, --js       use .js extensions
  -p, --pod      use pods structure

See code: src/commands/generate/apollo/schema.ts

oclif-example generate:apollo:type NAME

generate an Apollo client

USAGE
  $ oclif-example generate:apollo:type NAME

ARGUMENTS
  NAME  name of your component

OPTIONS
  -a, --app=app  app name
  -f, --force    force writing
  -j, --js       use .js extensions
  -p, --pod      use pods structure

See code: src/commands/generate/apollo/type.ts

Keywords

oclif-plugin

FAQs

Package last updated on 01 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts