{"id":13879048,"url":"https://github.com/quikstart/quik","last_synced_at":"2025-07-16T15:30:46.389Z","repository":{"id":36623183,"uuid":"40929398","full_name":"quikstart/quik","owner":"quikstart","description":"quik gem - ruby quick starter template script wizard .:. the missing code generator","archived":false,"fork":false,"pushed_at":"2020-12-20T21:05:02.000Z","size":37,"stargazers_count":34,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-31T13:46:19.038Z","etag":null,"topics":["gem","quik","ruby","scaffold","starter","wizard"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Azgaar/Fantasy-Map-Generator","license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quikstart.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-17T21:14:53.000Z","updated_at":"2022-02-12T22:09:45.000Z","dependencies_parsed_at":"2022-08-08T16:15:30.530Z","dependency_job_id":null,"html_url":"https://github.com/quikstart/quik","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quikstart%2Fquik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quikstart%2Fquik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quikstart%2Fquik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quikstart%2Fquik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quikstart","download_url":"https://codeload.github.com/quikstart/quik/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226138849,"owners_count":17579496,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gem","quik","ruby","scaffold","starter","wizard"],"created_at":"2024-08-06T08:02:08.060Z","updated_at":"2024-11-24T07:31:32.612Z","avatar_url":"https://github.com/quikstart.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# qk/quik - ruby quick starter template script wizard .:. the missing code generator\n\n* home  :: [github.com/quikstart/quik](https://github.com/quikstart/quik)\n* bugs  :: [github.com/quikstart/quik/issues](https://github.com/quikstart/quik/issues)\n* gem   :: [rubygems.org/gems/quik](https://rubygems.org/gems/quik)\n* rdoc  :: [rubydoc.info/gems/quik](http://rubydoc.info/gems/quik)\n\n\n## Usage\n\nThe quick gem includes a command line tool that lets you\nrun quick starter template scripts. Try:\n\n```\n$ quik --help      # or\n$ qk -h\n```\n\nResulting in:\n\n```\nNAME\n    qk/quik - ruby quick starter template script wizard .:. the missing code generator\n\nSYNOPSIS\n    quik [global options] command [command options] [arguments...]\n\nVERSION\n    1.0.0\n\nGLOBAL OPTIONS\n    --help            - Show this message\n    --test, --dry_run - (Debug) Dry run; run script in simulation for testing\n    --verbose         - (Debug) Show debug messages\n    --version         - Display the program version\n\nCOMMANDS\n    list, ls, l - List ruby quick starter scripts\n    new, n      - Run ruby quick starter script\n\n    help        - Shows a list of commands or help for one command\n    test        - (Debug) Test command suite\n```\n\n\n### Commands\n\n[List Wizards](#list-wizard-command---list-ls-l) •\n[New Wizard](#new-wizard-command---new-n)\n\n\n#### List Wizards Command - `list`, `ls`, `l`\n\nUse:\n\n```\n$ quik list    # or\n$ quik ls      # or\n$ quik l       # or\n$ qk l\n```\n\nResulting in:\n\n```\n  1..gem        .:.  Gem Quick Starter Template\n  2..gem-hoe    .:.  Gem Quick Starter Template (Hoe Classic Edition)\n  3..sinatra    .:.  Sinatra Quick Starter Template\n...\n```\n\n\n#### New Wizard Command - `new`, `n`\n\nTo run a quick starter template wizard script\nto download and install (unzip/unpack) a template archive and configure\nthe code ready-to-use. Try:\n\n\n```\n$ quik new gem    # or\n$ quik n gem      # or\n$ qk n gem\n```\n\nThis will download the [`quik.rb`](https://github.com/quikstart/gem-starter-template/blob/master/quik.rb) wizard script from the\ngem starter template repo\nand run through all steps e.g.:\n\n```\nWelcome, to the gem quick starter script.\n\nQ: What's your gem's name? [hola]:   hello\nQ: What's your gem's module? [Hola]: Hello\n\nThanks! Ready-to-go. Stand back.\n\n  Downloading Gem Starter Template...\n  Setting up Gem Starter Template...\n  ...\nDone.\n```\n\nThat's it. Now the gem starter code is ready in the `hello`\nfolder.\n\n\n**More Quick Starter Wizard Scripts**\n\nFor more ruby quick starter scripts, see the [Quik Scripts](https://github.com/quikstart/scripts)\ncatalog / directory.\n\n\n## Install\n\nJust install the gem:\n\n    $ gem install quik\n\n\n## License\n\nThe `quik` scripts are dedicated to the public domain.\nUse it as you please with no restrictions whatsoever.\n\n## Questions? Comments?\n\nSend them along to the ruby-talk mailing list.\nThanks!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquikstart%2Fquik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquikstart%2Fquik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquikstart%2Fquik/lists"}