QualiSystems / QualiSystems/shellfoundry
Design an unified interface for api and cli calls
Open
@alexquali is already working on this.
Since Aug 21, 2019.
enhancement
- Dominant language
- Python
- Stars
- 13
- Forks
- 19
- Avg merge
- 21m
- Merged PRs (30d)
- 1
Description
Issue details
AS a Developer I would like to have an API, which I can trigger from my code.
Steps to reproduce
I want to be able to do something like:
from shellfoundry import bootstrap
def call_shellfoundry_install(self, path)
bootstrap.install(path)
Thanks!
Affected version:
Upcoming one
Affected platforms
- Windows
- Linux
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.