GithubHelp home page GithubHelp logo

liorzisman / kissfs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wix-incubator/kissfs

0.0 0.0 0.0 89 KB

Extensible and reactive text-based file-system library that keeps it simple, universal and cross-platform

License: MIT License

JavaScript 5.32% TypeScript 94.68%

kissfs's Introduction

๐Ÿ’‹fs

Build Status [ Build Status] (https://ci.appveyor.com/project/qballer/kissfs/branch/master)

Extensible and reactive file-system library that keeps it simple

User documentation

๐Ÿ’‹fs is all about supplying a standard API for the most basic file-system operations: CRUD of modest sized text files and directories, and registering for changes. For the purpose of simplicity, there is currently no support for meta-data (timestamps, permissions etc.), binary content, or even data streams. So if you're writing a log viewer or an all-in-one file system manager, this is probably not the right tool for you :( However, If you're looking to build a folder tree visualizer or manager, or a tool for viewing and editing any text file in a directory tree, ๐Ÿ’‹fs is what you're looking for.

usage code examples

coming soon...

developer documentation

how to build and test:

  • clone the repository
  • in the cloned folder, run npm install
  • run npm test to build and test the code in both nodejs and browser

how to debug (browser):

  • run npm build:watch to start transpiling all source files to es5 whenever they change (CTR+c to exit)
  • in a different window, run npm start to run a development server that watches the es5 files and serves them to the browser
  • open http://localhost:8080/webtest.bundle to run live tests that will update while you change the source code

kissfs's People

Contributors

cijoe1 avatar qballer avatar tyv avatar avivahl 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.