Skip to content
/ modules Public
forked from marktani/modules

Collection of Graphcool Module Templates ๐ŸŽ

License

Notifications You must be signed in to change notification settings

sco/modules

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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 ๐ŸŽ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.7%
  • HTML 9.3%