Giter Site home page Giter Site logo

antonoberg / subzero-cli Goto Github PK

View Code? Open in Web Editor NEW

This project forked from subzerocloud/subzero-cli

0.0 0.0 0.0 474 KB

Tooling to aid development of subZero/PostgREST based backend APIs

License: GNU General Public License v3.0

Dockerfile 1.70% JavaScript 98.30%

subzero-cli's Introduction

subZero CLI

This tool is meant to be used with the Docker based starter kits for PostgREST and subZero.

After installing, executing the command in the root of your project will give you this interface.

subzero-cli

Features

✓ Convenient interface to view the logs of all stack components
✓ Live code reloading (for SQL/Lua/Nginx configs)
✓ Database schema migration management
✓ Community support on Slack

Prerequisites

DockerNode.js

Install

Use npm to install the subzero developer tools

  docker pull subzerocloud/subzero-cli-tools # install the helper docker image
  npm install --global --production windows-build-tools # windows ONLY!!!
  npm install -g subzero-cli # install the cli
  subzero --help # check it was installed

Installing from source

After cloning the repo, run these commands.

  npm install
  npm run build
  npm link

This will create a command available in your PATH called subzero.

To rebuild and recreate the command do:

  npm run build && npm unlink subzero && npm link

License

Copyright © 2017-present subZero Cloud, LLC.
This source code is licensed under the GPLv3
The documentation to the project is licensed under the CC BY-SA 4.0 license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.