cloud-editor

0.0.1 • Public • Published

cloud-editor

NPM version Downloads

A light weight file editor with a web page.

Installation

npm install cloud-editor [-g]

Usage

 
cloud-editor -f test.js -p 9000 -fileType javascript
 
 

OR

 
var CloudEditor = require('cloud-editor')
 
new CloudEditor(9000, {
    filePath: './test.js',
    fileType: 'markdown'
})
 

Then you can visitor 127.0.0.1:9000 to editor your file.

License

ISC

Readme

Keywords

Package Sidebar

Install

npm i cloud-editor

Weekly Downloads

1

Version

0.0.1

License

ISC

Last publish

Collaborators

  • yutingzhao1991