Skip to content

Commit

Permalink
Describe API - first step
Browse files Browse the repository at this point in the history
  • Loading branch information
Virviil committed Jan 15, 2022
1 parent c63e66b commit 4d2d136
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions API.md
@@ -0,0 +1,19 @@
# Pyflow commands API

* [] `new` - Create a project folder with the basics file structure

Usage:

```
pyflow new <project_name>
```


Arguments:

* [] `--src` - Creates `src` folder instead of `<project_name>` folder

* [] `init` - Create a `pyproject.toml` from [] requirements.txt, [] pipfile, [] setup.py, etc.
To be run inside project folder with these files.

* [] `add` - the

0 comments on commit 4d2d136

Please sign in to comment.