Git Product home page Git Product logo

playcanvas-offline-scripts-server's Introduction

PlayCanvas Offline Scripts Editor

Use your own editor, offline, to edit PlayCanvas Scripts 2.0 .js files. ๐ŸŽ‰

Standard - JavaScript Style Guide Travis CI

Server

This project contains a local server for saving your locally edited files to the cloud-based PlayCanvas editor.

Get Started

Installation

Requirements:

npm install -g playcanvas-offline-scripts-server

Usage

pc-offline --scripts=~/my-scripts-directory

-or-

cd ~/my-scripts-directory
pc-offline

API

pc-offline cli

  Enable offline script editing with PlayCanvas Scripts 2.0

  Usage
    $ pc-offline

  Options
    -s, --scripts  Directory containing scripts (default: cwd)
    -p, --port     Port to listen on (default: 51000)

  Examples
    $ pc-offline
    Listening on port 51000

    $ pc-offline --scripts=~/dev/my-game/scripts --port=3000
    Listening on port 3000

Node module

const pcOffline = require('playcanvas-offline-scripts');

pcOffline({scripts: <dir>, port: <number>});

Where;

  • scripts is the directory containing scripts (default: cwd)
  • port is an available port to start listening on (default: 51000)

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.