Skip to content

File manager web server based on Node.js with Koa, Angular.js and Bootstrap, tailored for use with Behave-gui

License

Notifications You must be signed in to change notification settings

fallwest/node-file-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

This is a modified version of node-file-manager with integrations for working with behave-gui.

Screen Shot

screenshot

Config

To fill the target and sw dropdown lists, this fork of node-file-manager looks for three folders under the served Behave root directory (the one specified with the -d argument, see 'Usage', below). So, to use this feature, under for example C:\Users\user\git\behave_home_dir\features, ensure the following folders are present:

config/machines
config/machines/project

config/setups

The 2 machines folders fill the Targetdropdown, while the setups folder fills the Soft dropdown.

Usage

  git clone https://github.com/fallwest/node-file-manager.git
  cd node-file-manager
  npm i
  node ./lib/index.js -p 8092 -d C:\\Users\\user\\git\\behave_home_dir\\features

Then, we can view localhost:8092/ in our browser.

About

File manager web server based on Node.js with Koa, Angular.js and Bootstrap, tailored for use with Behave-gui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.7%
  • HTML 34.6%
  • CSS 1.3%
  • Shell 0.4%