1.0.6 • Published 4 months ago

remult-explorer v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Remult-explorer

Standalone GUI to manage local remult entities

$ npx remult-explorer

Arguments abilities

port

Default port is 3002.

$ npx remult-explorer -p 4040

entities-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-dir

target

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:3000

Enjoy.

1.0.2

4 months ago

1.0.1

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.0

5 months ago