|
4 years ago | |
---|---|---|
askelerator | 4 years ago | |
docs | 4 years ago | |
templates | 4 years ago | |
tests | 4 years ago | |
.gitignore | 4 years ago | |
CONTRIBUTING.md | 4 years ago | |
LICENSE | 4 years ago | |
MANIFEST.in | 4 years ago | |
README.md | 4 years ago | |
setup.py | 4 years ago |
A code skeleton generator for accelerated coding.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
In order to run askelerator, you’ll need python 3.7 runing on your UNIX or GNU/Linux host. It has not been tested against Windows or OSX yet.
Simply with pip :
pip install askelerator
Go somewhere in your system and try to deploy test tree structure:
mkdir /tmp/askeleratest
cd /tmp/askeleratest
askelerator test
The programm will ask you for a class name. answer it and check it out:
tree .
python -m unittest discover
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the GPL v3 - SEE THE LICENSE.MD FILE FOR DETAILS