Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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

  • 1.0.5-alpha.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
5
Weekly downloads
 
Created
Source

@take2/oclif-plugin-apollo

Apollo plugin for Take2 CLI

oclif Version CircleCI Downloads/week License

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

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

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