New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

slicknode

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slicknode

GraphQL-First Application Framework and CMS for rapid software development: Serverless, declarative and extensible.

  • 0.5.0
  • npm
  • Socket score

Version published
Weekly downloads
35
increased by3400%
Maintainers
1
Weekly downloads
 
Created
Source

Slicknode

npm version CircleCI

GraphQL-First application framework and CMS for rapid software development: Serverless, declarative and extensible.

To lean more, check out the website.

Features:

  • Instant GraphQL API on managed cloud infrastructure
  • Use with any API and database
  • Powerful data modeling features with relations, interfaces, enum types etc.
  • Automatic database migrations
  • Multi-Stage development workflow
  • Works with your favorite technologies (React, Angular, Vue, Javascript, iOS, Android etc.)
  • Headless CMS
  • Extensible with custom code (Javascript, TypeScript, Flow etc.)

Sign up to create production ready GraphQL Backends in minutes.

To stay up to date on the latest updates and features, follow us on Twitter and Facebook.

Installation

To install the slicknode CLI tool, run the following command (you have to have npm installed):

npm install -g slicknode

Help

To get a list of all the available commands:

slicknode

To get help for a certain command:

slicknode help <command>

Usage

Usage
 slicknode <command> [options]
Commands
 init [name]                 Initialize a new slicknode project
 deploy                      Deploy the current project state to the slicknode servers
 scale                       Scale the cloud infrastructure of the project
 status                      Show information about the current project status (changes, warnings etc.)
 module add [names...]       Adds a module as a dependency to the project
 module create <name>        Creates a new module
 runtime build <output>      Builds the source package for the runtime to be deployed
 pull                        Pull the latest changes from the server
 login                       Login to a slicknode account / change user
 configure                   Update local configuration of the slicknode CLI.
 endpoint                    Return the GraphQL API endpoint
 playground                  Open the GraphiQL API Playground
 console                     Open the Slicknode console
 delete                      Delete the current project deployment from the slicknode servers.
 help <command>              Display help for a specific command
Global Options
 -h, --help         Display help                                      
 -V, --version      Display version                                   
 --no-color         Disable colors                                    
 --quiet            Quiet mode - only displays warn and error messages
 -v, --verbose      Verbose mode - will also output debug messages    

Keywords

FAQs

Package last updated on 27 Mar 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