heinzelmannchen-gen-ask

1.0.3 • Public • Published

heinzelmannchen-gen-ask

This generator creates data using inquirer. It will prompt you for the defined properties.

If you use this generator in a .heinzelrc, you need to configurate a db-connection.

Example .heinzelrc

{
    "domains": {
        // ...
    },
    "generators": {
        "heinzelmannchen-gen-ask": {
            "npm": "heinzelmannchen-gen-ask",
            "config": {
                "ask": [{
                    "type": "input",
                    "name": "table_name",
                    "message": "Enter table name"
                }]
            }
        }
    },
    "templates": {
        // ...
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i heinzelmannchen-gen-ask

Weekly Downloads

1

Version

1.0.3

License

MIT

Last publish

Collaborators

  • schtoeffel