Giter Site home page Giter Site logo

kybnetx / lowsync Goto Github PK

View Code? Open in Web Editor NEW

This project forked from neonious/lowsync

0.0 0.0 0.0 3.35 MB

A tool to program the neonious one and other low.js for ESP32 based devices with external IDEs. Allows the user to sync directories to the device, change settings, start/stop programs and more.

License: MIT License

JavaScript 94.02% TypeScript 5.98%

lowsync's Introduction

lowsync

A tool to program the neonious one and other low.js for ESP32 based devices with external IDEs. Allows the user to sync directories to the device, change settings, start/stop programs and more.

Why

  • Enables usage of external IDEs
  • Automation

Install

As administrator/root:

$ npm install --unsafe-perm -g lowsync

The option --unsafe-perm lets the install script run as root instead of letting npm change the user to nobody before running the install script. This is required for the serialport module.

Alternativly, install as normal user into your local node_modules directory:

$ npm install lowsync

You then have to always call lowsync with path however:

node_modules/.bin/lowsync [your parameters...]

Usage

View the official documentation.

Development

Preparations

  • checkout the github repository (make sure to init/update submodules)
  • npm run init
  • npm run watch (to build and watch for changes to source files and rebuild automatically)

Run lowsync as npm module

  • npm link (will link the working directory to the global npm namespace. Make sure first that you uninstall any existing installations of lowsync)
  • run lowsync <command> (see documentation for commands)

Debug lowsync in vs code

  • just press F5 (or "Start Debugging" in vs code menu) to launch the program in vs code, set breakpoints if you wish
  • adjust .vscode/launch.json to launch lowsync with different arguments

Gulp tasks

  • npm run publish-doc - Publish documentation.

License

MIT

lowsync's People

Contributors

thomasrogg avatar dependabot[bot] avatar

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.