ankaios
ankaios copied to clipboard
Provide command for initiating Ankaios project in supported programming language setup
Description
The idea is to provide a command line command like npm init
or cargo init
to create a new ready to use Ankaios workload development project setup based on our workload examples in their respective programming language. The command could be e.g. ank init --rust hello .
which means 'create a new rust Ankaios workload development project called hello
in the current working directory'.
Goals
A command line tool/command that creates a new ready to use Ankaios workload development project that implemented with the given programming language.
Final result
Summary
To be filled when the final solution is sketched.
Tasks
- [ ] Task 1
- [ ] Task 2
- [ ] ...