Code Monkey home page Code Monkey logo

ryde-cli's Introduction

This is a command line interface on rayconnect platform for CREATE, EDIT, READ, REMOVE and MKDIR.

commands:

setup and usage steps:
    Note: this tool uses nano editor currently for doing 
    works. so u have to install nano on your system by:
        $ sudo apt install nano
    
    step 1: clone repo
    step 2: cd rayde-cli/RYDE/
    step 3: cd Rayde-host && npm install && npm start
    step 4: open new terminal
    step 5: cd Rayde-client && npm install && npm link

congratulations, after this steps you can use (rayde) cli.

examples:

    for example i want to make app.py file on host:
            rayde edit app.py
    for example i want to make project1 folder 
        rayde mkdir project1

    for example i want to read app.py
        rayde read app.py

    for example i want to remove a file or folder
        rayde rm app.py
        rayde rm project1
    ( under the hood it uses rm -rf for remove :) )

ryde-cli's People

Contributors

alireza-ghavabesh avatar

Watchers

 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.