Samsung / Universum

Universum project is a Python solution that simplifies SW project verification by integrating existing CI systems and provides additional functionality for CI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add 'init'/'create-config' functionality

k-dovgan opened this issue · comments

Add subcommand, creating empty example project and printing a command line for its execution.
For example:

$ python3.7 -m universum init
Writing configs.py... [Done]

Type the following command to launch: python3.7 -m universum -vt=none -fsd=./ -lcp=./configs.py