Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Commit

Permalink
start a "similar solutions" section in the readme (#77)
Browse files Browse the repository at this point in the history
* start a "similar solutions" section in the readme

* add vfs to readme
  • Loading branch information
Amir Arad authored Jun 28, 2017
1 parent 8d3b5e8 commit 528b223
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ 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
#

## similar solutions
- [vinyl](https://github.com/gulpjs/vinyl) - a standard API for file descriptors, designed for gulp. More complex than :kiss:fs.
- [vfs](https://github.com/c9/vfs) - a file-system API with HTTP transport layer. More complex than :kiss:fs.

0 comments on commit 528b223

Please sign in to comment.