kitchen-cli icon indicating copy to clipboard operation
kitchen-cli copied to clipboard

Meteor Kitchen - Command Line Interface

Results 24 kitchen-cli issues
Sort by recently updated
recently updated
newest added

Hi, When using the `field.input_template` option, the value substituted for `FIELD_VALUE` is escaped by `{{}}` Unfortunately i cannot use that value as a template argument, as this breaks: ``` {{>...

enhancement

Is it possible to move stuff out of the global namespace and pick just some global helper? At the moment the app breaks if someone hits another global name with...

enhancement

Without a pointless Select in the main form with the same query: (a) the main form ![screen shot 2016-01-12 at 02 40 28](https://cloud.githubusercontent.com/assets/1448511/12255807/7f63998a-b8d6-11e5-832f-d10c5209cfe0.png) (b) the CRUD with a select that...

Right now there is no way of modifying files under templates/code for a specific project. With an option to change default templates dir in the json file one can modify...