Commit Graph

54 Commits

Author SHA1 Message Date
4220467625 added optional port as argument 2023-03-13 00:35:31 +01:00
da5046bfc0 simplified match 2023-03-13 00:28:07 +01:00
dc02b86adf improved the logging 2023-03-13 00:21:56 +01:00
96c6c8d94d refactored building of documents 2023-03-12 23:13:08 +01:00
f18ce995bb removed unreachable log 2023-03-12 22:01:47 +01:00
125a9f0fe9 made some refactoring 2023-03-12 21:44:42 +01:00
a1c1458a61 removed warnings 2023-03-12 21:24:26 +01:00
f0007394c3 added async stuff not pushed in the last commit 2023-03-12 21:17:51 +01:00
cc77e4ef9c implemented serve command and added async runtime 2023-03-12 19:30:11 +01:00
fb147e5857 added the serve command 2023-03-09 17:47:38 +01:00
7bce49a8a9 added a little bit of documentation for the commands 2023-03-08 21:47:15 +01:00
9546321465 extracted environment variable setup into function 2023-03-08 21:42:52 +01:00
4b789e60c9 refactored the project using the clap crate 2023-03-08 21:35:15 +01:00
e469576d2c made some changes to the structure 2023-03-08 20:43:36 +01:00
85218ba57f added argument parsing and structure with clap 2023-03-08 20:39:57 +01:00
ab4d2bf7c3 registered command for developement serving 2023-03-07 15:56:21 +01:00
7957c74063 removed test artifact 2023-03-06 21:53:17 +01:00
33f9fb2764 updated some documentation 2023-03-06 21:51:37 +01:00
fa3d7cfdc4 removed module artiface 2023-03-06 21:46:31 +01:00
b9f4f86758 now exporting path variable at the start of the application 2023-03-06 21:46:12 +01:00
571f93ed62 added install command for the reveal binary 2023-03-06 21:21:30 +01:00
86c325ea3a added information to the erro info 2023-03-06 17:47:50 +01:00
98607cc5e2 health command works now 2023-03-06 17:33:10 +01:00
791ea08462 renamed command setup to health 2023-03-06 16:55:19 +01:00
48f0a44eaa now using the bytes package 2023-02-06 17:40:40 +01:00
df1255d479 add install for reveal. docs in progrees 2023-02-05 22:06:16 +01:00
f74638e8fc registered the new setup command 2023-02-02 23:12:02 +01:00
c175af9407 created new command for setup 2023-02-02 21:04:56 +01:00
334ae14ada removed unused function to terminate warning 2023-02-02 20:18:25 +01:00
b47688d060 added back a more helpfull message when the docs directory does not
exist
2023-02-02 18:39:28 +01:00
ee8c69fbc4 removed workaround and is now working without it 2023-01-30 22:23:28 +01:00
854ea1977f added a shellscript for a workaround. executable not working 2023-01-30 18:34:45 +01:00
06b47440dd bundling work in progress 2023-01-28 18:32:13 +01:00
a9eb073b55 added test for helper function 2023-01-28 14:10:37 +01:00
4c7c7c574d adjusted test to new functionality not using filter anymore 2023-01-28 14:07:37 +01:00
58cc117b60 removed rx test module 2023-01-28 14:06:08 +01:00
8d620f72aa restructured builder code 2023-01-26 23:09:43 +01:00
4b30b117ab extracting the revealjs stuff is working 2023-01-26 20:01:09 +01:00
2850dd444c extracted the execution code of the command 2023-01-26 17:38:44 +01:00
90955bdc40 refined display for building 2023-01-25 22:03:49 +01:00
6cfa654d67 cleaned up and fixed a small bug in the display 2023-01-24 22:43:31 +01:00
1d2128ca15 code cleanup 2023-01-24 22:35:00 +01:00
26781cd810 added indicator for type of build 2023-01-24 15:05:01 +01:00
b66b7afaf6 moved the test data to own directory 2023-01-24 14:14:53 +01:00
f13d24bee0 reworked code and added ability to build slides 2023-01-24 14:12:37 +01:00
f76521f6cf implemented observable types for live updates 2023-01-24 02:25:09 +01:00
5e8c00d819 changed order of blocks and removed commented code 2023-01-24 01:55:49 +01:00
1ede60df34 removed unused import 2023-01-23 17:28:25 +01:00
42bc620506 now just using ./ isntead of the project cwd works as intended 2023-01-21 18:05:23 +01:00
5a656bdfcb added two more descriptive error messages 2023-01-21 18:02:59 +01:00