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 Apr 18, 2022
1 parent 4c6ec9b commit a7867be
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
@@ -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 a7867be

Please sign in to comment.