create-aio-app icon indicating copy to clipboard operation
create-aio-app copied to clipboard

Show list of commands after create a project

Open Arfey opened this issue 5 years ago • 6 comments

After create a project i see this

Screen Shot 2019-04-20 at 02 10 15

Very useful to show a list of all commands.

related https://github.com/aio-libs/create-aio-app/issues/93

Arfey avatar Apr 19 '19 23:04 Arfey

Роблю це.

NavrotskyVasyl avatar Apr 20 '19 10:04 NavrotskyVasyl

sure :)

Arfey avatar Apr 20 '19 10:04 Arfey

Hey! I'd like to help with this one. But even though I have everything installed, my docker is not running the project "kickstart" according to the CONTRIBUTING.md. Can somebody help me to figure this out to proceed? BTW, OS: Ubuntu 18.04.3 LTS

This is the output I have after after the make command :

bandit -r ./create_aio_app -x create_aio_app/template -s B101
[main]  INFO    profile include tests: None
[main]  INFO    profile exclude tests: None
[main]  INFO    cli include tests: None
[main]  INFO    cli exclude tests: B101
[main]  INFO    running on Python 3.6.8
Run started:2019-09-13 14:12:21.681820

Test results:
        No issues identified.

Code scanned:
        Total lines of code: 684
        Total lines skipped (#nosec): 2

Run metrics:
        Total issues (by severity):
                Undefined: 0.0
                Low: 0.0
                Medium: 0.0
                High: 0.0
        Total issues (by confidence):
                Undefined: 0.0
                Low: 0.0
                Medium: 0.0
                High: 0.0
Files skipped (12):
        ./create_aio_app/template/{{cookiecutter.project_name}}/conftest.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/__main__.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/app.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/main/views.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/migrations/env.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/routes.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/types.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/users/db_utils.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/users/tables.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/users/tests/test_db_utils.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/utils/common.py (syntax error while parsing AST from file)
        ./create_aio_app/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/utils/wait_script.py (syntax error while parsing AST from file)

rafaelcascalho avatar Sep 13 '19 14:09 rafaelcascalho

Hello. Thank you for trying to help us 😀

In my opinion the main problem is that u run just make command. In CONTRIBUTING.md says that u need to run make test, or if u wanna run a project the first things that u need to do it's go to the directory with your project and after that use command make.

So, try that:

cd kickstart
make

Please tell me if this solves your problem.

Arfey avatar Sep 13 '19 16:09 Arfey

For some reason I tought I did that earlier, but I guess I must have missed something. It's running apparently ok right now. :smile:

rafaelcascalho avatar Sep 13 '19 18:09 rafaelcascalho

all is fine

Arfey avatar Sep 13 '19 18:09 Arfey