# This is a configuration file for the kickoff utility description: | This is a sample project archetype for test purposes. New projects can be generated from this archetype by the [kickoff](https://github.com/tombenke/kickoff) utility. welcome: > You are generating a test project. postscript: > Next steps: - Here you can list the next actions should be done after the execution. questions: - type: input name: appname message: The name of the application default: anonymous - type: input name: app_description message: The short description of the application default: Anonymous - type: input name: author_full_name message: The full name of the author of the application default: Anonymous - type: input name: author_email message: The email address of the author default: anonymous@some-domain.com - type: input name: author_github_account message: The github account (username) of the author default: anonymous converters: mustache: - README.md - docs/pageTemplate.html handlebars: - data/data.json plugin: - data/configWriter.js fileNames: - from: docs/pageTemplate.html to: docs/{{appname}}-page-template.html - from: README.md to: ReadMe.md - from: data/configWriter.js to: config.json