1- # Deepword [ ![ License] [ LicenseIMGURL ]] [ LicenseURL ] [ ![ NPM version] [ NPMIMGURL ]] [ NPMURL ] [ ![ Dependency Status ] [ DependencyStatusIMGURL ]] [ DependencyStatusURL ] [ ![ Build Status] [ BuildStatusIMGURL ]] [ BuildStatusURL ] [ ![ Coverage Status] [ CoverageIMGURL ]] [ CoverageURL ]
1+ # Deepword [ ![ License] [ LicenseIMGURL ]] [ LicenseURL ] [ ![ NPM version] [ NPMIMGURL ]] [ NPMURL ] [ ![ Build Status] [ BuildStatusIMGURL ]] [ BuildStatusURL ] [ ![ Coverage Status] [ CoverageIMGURL ]] [ CoverageURL ]
22
33Web editor used in [ Cloud Commander] ( http://cloudcmd.io ) based on [ Monaco] ( https://microsoft.github.io/monaco-editor/ " Monaco ") .
44
@@ -15,7 +15,7 @@ Web editor used in [Cloud Commander](http://cloudcmd.io) based on [Monaco](https
1515npm i deepword -g
1616```
1717
18- ![ NPM_INFO ] [ NPM_INFO_IMG ]
18+ ![ NPM \_ INFO ] [ NPM_INFO_IMG ]
1919
2020## Command line parameters
2121
@@ -66,11 +66,11 @@ const express = require('express');
6666const app = express ();
6767
6868app .use (deepword ({
69- root: ' /' , // default
70- diff: true , // default
71- zip: true , // default
72- dropbox: false , // optional
73- dropboxToken: ' token' , // optional
69+ root: ' /' , // default
70+ diff: true , // default
71+ zip: true , // default
72+ dropbox: false , // optional
73+ dropboxToken: ' token' , // optional
7474}));
7575
7676app .listen (31_337 );
@@ -86,7 +86,8 @@ const socket = io.listen(server);
8686
8787deepword .listen (socket, {
8888 prefixSocket: ' /deepword' , // optional
89- auth : (accept , reject ) => (username , password ) => { // optional
89+ auth : (accept , reject ) => (username , password ) => {
90+ // optional
9091 accept ();
9192 },
9293});
@@ -142,13 +143,11 @@ For more information you could always look into `html` and `bin` directory.
142143MIT
143144
144145[ NPMIMGURL ] : https://img.shields.io/npm/v/deepword.svg?style=flat
145- [ DependencyStatusIMGURL ] : https://img.shields.io/david/cloudcmd/deepword.svg?style=flat
146146[ BuildStatusURL ] : https://github.com/cloudcmd/deepword/actions?query=workflow%3A%22Node+CI%22 " Build Status "
147147[ BuildStatusIMGURL ] : https://github.com/cloudcmd/deepword/workflows/Node%20CI/badge.svg
148148[ LicenseIMGURL ] : https://img.shields.io/badge/license-MIT-317BF9.svg?style=flat
149149[ NPM_INFO_IMG ] : https://nodei.co/npm/deepword.png?downloads=true&&stars&&downloadRank " npm install deepword "
150150[ NPMURL ] : https://npmjs.org/package/deepword " npm "
151- [ DependencyStatusURL ] : https://david-dm.org/cloudcmd/deepword " Dependency Status "
152151[ LicenseURL ] : https://tldrlegal.com/license/mit-license " MIT License "
153152[ CoverageURL ] : https://coveralls.io/github/cloudcmd/deepword?branch=master
154153[ CoverageIMGURL ] : https://coveralls.io/repos/cloudcmd/deepword/badge.svg?branch=master&service=github
0 commit comments