The Ritchie CLI project has been archived by Zup Innovation. It might start again eventually; however, we won't deliver support for now.
This repository uses hugo server and contains Ritchie CLI official documentation.
1. About
1.1. Requirements
1.2. Installation
1.3. Build
5. Community
Ritchie CLI is an open source project that allows to create, store and share automations, executing them through command lines.
For more information, check out Ritchie's documentation.
To edit, run and build this project, you will need:
-
- To check the installation, run
yarn -v
in your terminal.
- To check the installation, run
-
- To check the installation, run
npm -v
andnode -v
in your terminal.
- To check the installation, run
-
- To check the installation, run
hugo version
in your terminal.
- To check the installation, run
Run the command below to install the dependencies:
npm run dependencies
or
npm i && git submodule init && git submodule update
Run the following command to build this project:
npm run build
And you can see the folder generated by hugo into ./dist
path.
To see this project running, use the command below:
hugo serve
or
npm start
- Now, check if the
Web Server is available at http://localhost:1313/docs/
.
Once you've cloned this repo, from the root
folder, run the command:
hugo server
Check out Ritchie's contributing guide to contribute to our documentation.
Please read the code of conduct, you will be able to understand what actions will and will not be tolerated.
If you have any questions or ideas, let's chat in our Zup Open Source Forum.
Ritchie Team