Getting Started
Registration
Access https://tedo.tech
Click Sign In
Register a new account
Create a tedo
After sucessfully registering an account, press on the Create Tedo
Button.
Input slug name and description and click Create Tedo
.
You will be redirected to the tedo page.
Fill in the template with the content, for example:
Right now the only templating engine supported is ejs
. You will be able to replace <%= name %>
with a value.
Save the template and click at the Variables Format
tab.
Input the values
and then click Save
.
You have now created your first tedo. You are now able to call it from the CLI
Install Tedo CLI
npm install -g tedocli
Run the CLI
Run the command: tedocli compute -s ${username}/${tedoSlug}
.
You will be prompted to insert a value for name
You are also able to output the value directly to a file: tedocli compute -s ${username}/${tedoSlug} -o filename.html
Conclusion
Congratulations! You have learned how to create and consume your first tedo!