File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CLARiNET
2
- Load CLAR files without Workday Studio
2
+ <img align =" right " src =" https://user-images.githubusercontent.com/413552/129500187-ea5a1947-16d2-46eb-ab48-2adc6553b6d8.png " width =" 50 " />
3
+ Deploy Workday Studio Integrations without Workday Studio.
3
4
4
5
## WHY?
5
6
You might be asking yourself, "Why load a CLAR file from outside of Workday Studio?"
@@ -13,9 +14,13 @@ Here are a few ideas. (Care to add to this list in the discussions?)
13
14
14
15
## Installation
15
16
16
- 1 . Download the [ latest release] ( https://github.com/swhitley/CLARiNET/releases/latest ) for your operating system.
17
- 2 . Unzip the executable files into a new directory.
18
- 3 . Run ` clarinet --help ` to view the available options.
17
+ 1 . Download the [ latest release] ( https://github.com/swhitley/CLARiNET/releases/latest ) for your operating system (Mac or Windows).
18
+ 3 . Unzip the executable files into a new directory.
19
+ 4 . Run ` clarinet --help ` to view the available options.
20
+ 5 . You may need to install the [ dotnet core runtime] ( https://dotnet.microsoft.com/download/dotnet/5.0/runtime ) .
21
+ 6 . Optional: Download [ Test.clar] ( https://github.com/swhitley/CLARiNET/blob/main/Test.clar ) to try it out.
22
+
23
+ ** Note:** CLARiNET calls an unpublished Workday API endpoint. Functionality is not guaranteed.
19
24
20
25
## Loading a CLAR file to Workday
21
26
@@ -48,5 +53,7 @@ Example #3: `clarinet "C:\example_folder\Test.clar" Test`
48
53
49
54
## Credits
50
55
56
+ Command Line Parser - https://github.com/commandlineparser/commandline ([ MIT] ( https://github.com/commandlineparser/commandline/blob/master/License.md ) )
57
+
51
58
CLARiNET is compatible with Workday®
52
59
It is not sponsored, affiliated with, or endorsed by Workday.
You can’t perform that action at this time.
0 commit comments