mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 21:56:10 +02:00
✨ Improve command line helpers.
This commit is contained in:
parent
c0cd0d4a23
commit
2746d598b0
11 changed files with 106 additions and 87 deletions
|
@ -11,12 +11,12 @@ good amount of content (usually used for just test the application or
|
|||
perform performance tweaks on queries).
|
||||
|
||||
In order to load fixtures, enter to the REPL environment executing the
|
||||
`bin/repl` script, and then execute `(uxbox.fixtures/run :small)`.
|
||||
`bin/repl` script, and then execute `(uxbox.fixtures/run {:preset :small})`.
|
||||
|
||||
You also can execute this as a standalone script with:
|
||||
|
||||
```bash
|
||||
clojure -Adev -m uxbox.fixtures
|
||||
clojure -Adev -X:fn-fixtures
|
||||
```
|
||||
|
||||
NOTE: It is an optional step because the application can start with an
|
||||
|
@ -37,3 +37,11 @@ from there:
|
|||
(require 'uxbox.fixtures)
|
||||
(uxbox.fixtures/run :small)
|
||||
```
|
||||
|
||||
To access to the running process repl you usually will execute this
|
||||
command:
|
||||
|
||||
```bash
|
||||
rlwrap netcat localhost 5555
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue