sco / modules

Collection of Graphcool Module Templates 🎁

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modules

Use Graphcool Modules to extend your project 🎁

Note: Modules are available with the new CLI version. For more information on the CLI Beta, read the feedback thread in the Forum.

Getting Started

# Install Graphcool CLI
npm install -g graphcool

# Create new Graphcool project
graphcool init

# Add "GitHub Login" module
graphcool modules add graphcool/modules/authentication/github

# Adjust the module in modules/authentication/github...

# deploy changes
graphcool deploy

More Resources

See the example collection that make use of graphcool modules .

About

Collection of Graphcool Module Templates 🎁

License:MIT License


Languages

Language:JavaScript 90.7%Language:HTML 9.3%