~> App
Version
~> entr
Description
Install (execute in workspace terminal)
wrk install entr==5.3
Remarks and hints
Launch and auto-reload a node.js server:
$ ls *.js | entr -r node app.js
Clear the screen and run a query after the SQL script is updated:
$ echo my.sql | entr -cp psql -f /_
Auto-reload a web server, or terminate if the server exits
$ ls * | entr -rz ./httpd
$ ls *.js | entr -r node app.js
Clear the screen and run a query after the SQL script is updated:
$ echo my.sql | entr -cp psql -f /_
Auto-reload a web server, or terminate if the server exits
$ ls * | entr -rz ./httpd
Scripts
# Istall script # Start script!= Workspace compatibility
alnoda-workspace
compatible versions
2.*
base-devspace
compatible versions
1.*
alnoda-workspace
compatible versions
1.*
!= App compatibility
no compatibility requirements