Sha256: db50e3ee851361c7ddda8146aa6d354bbb44271b701dac609f600fce5d885bfa
Contents?: true
Size: 1.47 KB
Versions: 1
Compression:
Stored size: 1.47 KB
Contents
# ASKER (version 2.2) Generate a lot of questions from an _input file_ base on your own _definitions_. --- # Description ASKER helps trainers to create a huge amount of questions, from a definitions (_conceptual entities_) input file. * Free Software [LICENSE](https://github.com/dvarrui/asker/blob/devel/LICENSE.txt). * Multiplatform. * Ruby program. --- # Installation 1. Install Ruby on your system. 2. `gem install asker-tool` --- # Usage Steps: 1. Create an input file with your definitions (_conceptual entities_). 1. Run _asker_ and get the results into `output` directory. Example: Running `asker` with our example input file as argument (`jedi.haml`): ``` asker docs/examples/starwars/jedi.haml ``` * Output files created into the `output` folder. * More [example input files](https://github.com/dvarrui/asker/tree/devel/docs/examples). * More asker input files at `github/dvarrui/asker-inputs` repository. --- # Documentation * [Installation](https://github.com/dvarrui/asker/blob/devel/docs/install/README.md) * [Inputs](https://github.com/dvarrui/asker/blob/devel/docs/inputs/README.md) * [Usage](https://github.com/dvarrui/asker/blob/devel/docs/usage.md) * [Contributions](https://github.com/dvarrui/asker/blob/devel/docs/contributions.md) * [Base idea](https://github.com/dvarrui/asker/blob/devel/docs/idea.md) * [History](https://github.com/dvarrui/asker/blob/devel/docs/history.md) --- # Contact * **Email**: `teuton.software@protonmail.com` * **Twitter**: `@SoftwareTeuton`
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
asker-tool-2.2.0 | README.md |