No Description
MicroCheapFx a6e490a07f Added actions.get_date() function 4 years ago
askelerator Added actions.get_date() function 4 years ago
docs Added docs folder 4 years ago
templates Finally made exectubale 4 years ago
tests Added actions.get_date() function 4 years ago
.gitignore Initial commit 4 years ago
CONTRIBUTING.md Improved README 4 years ago
LICENSE Initial commit 4 years ago
MANIFEST.in Added cli handling 4 years ago
README.md Added docs folder 4 years ago
setup.py Finally made exectubale 4 years ago

README.md

askelerator

A code skeleton generator for accelerated coding.

Getting Started

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.

Prerequisites

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.

Installing

Simply with pip :

pip install askelerator

Quick run

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 .

Running the tests

python -m unittest discover

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Roadmap

  • Write a doc about “Howto build your own template”
  • Write action.date()
  • Get specs from file or argv
  • Write a sample comment on template (with parser ?)
  • Write a function actions.include_file_from_selection() (LICENCE for example)
  • Fix ‘long description format’ setup option in order to make README.md file Pypi compatible

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Fx lesaffre - Initial work - Fx

See also the list of contributors who participated in this project.

License

This project is licensed under the GPL v3 - SEE THE LICENSE.MD FILE FOR DETAILS

ACKNOWLEDGMENTS

  • HAT TIP TO ANYONE WHOSE CODE WAS USED
  • INSPIRATION
  • ETC