| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
10年前发布

Jiffy - JavaScript文件编辑器

Jiffy - JavaScript File Editor

Jiffy

You've got flat files? That's understandable.

Jiffy is a flat file editor written in JavaScript. It's a quick, easy way to view and edit your data files using only a browser.

Jiffy uses the JavaScript File API so that everything is done locally. Your file data is kept private and never sent to a server. It supports modern HTML5 browsers.

JSON files define file layouts, data types, and formats. Use these to teach Jiffy your own custom file formats without writing any code. For details, see the wiki. Jiffy includes definitions for formats such as NACHA ACH files.

You can run Jiffy locally or use our online version. Create your own data files or download some samples.


Running Locally

  1. Get the code:
    • git clone https://github.com/derekwlms/jiffy.git
    • Or, npm install jiffy-editor
    • Or, bower install jiffy
  2. cd jiffy
    • Or, cd node_modules/jiffy-editor
    • Or, cd bower_components/jiffy
  3. npm install && bower install
  4. grunt serve
  5. Open in your browser.

To enable console logging, set debugEnabled to true in app.js.

Use grunt to run jshint, tests, and the distribution build. Use grunt test to run the unit tests.

Documentation

See the wiki and ngdocs.

Use grunt docs to update the ngdocs. Then, run node docserver.js and open in a browser.

License

Jiffy is released under the ISC License. See LICENSE.txt.

Contributing

The usual: fork, work your magic, send me a pull request.

To share a file format definition, add it to a new folder under file-definitions and include the name (commented out) in definition-names.txt.

项目地址: https://github.com/derekwlms/jiffy

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1456663798078.html
jiffy JavaScript开发