1.0.6 • Published 2 years ago
remult-explorer v1.0.6
Remult-explorer
Standalone GUI to manage local remult entities
$ npx remult-explorerArguments abilities
port
Default port is 3002.
$ npx remult-explorer -p 4040entities-dir
By default, remult-explorer will search for entities inside directories with the names: ['entities', 'models', 'shared/entities'].
You can mention different paths to entities directories with the following:
You can specify more then one directory.
$ npx remult-explorer -entities-dir custom-name -e other-dirtarget
By default, the explorer will create a standalone server using JSON database. If you mention a target app, the app will proxy the remult requests to the target server
$ npx remult-explorer -t http://localhost:3000Enjoy.