pollinate
pollinate copied to clipboard
Template your base files and generate new projects from Git(Hub).
Installing pollinate currently show the following warning for deprecated package: ``` npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated [email protected]: this library...
Since all data and command are top-level, it's hard to distinguish data key (like "name", "description", etc.) from command ("parse", "discard", "move"). Also, in the current state, each new command...
Fix #59
Be great if the `complete` command accepted a `string[]`. Ultimately, I want to do this: ```json { "complete": [ "cd {{ name or org }}", "git init", "npm install", "git...
Closes #24 ``` "link": [ { "origin-path": "linked/path" } ], ``` `linked/path` should end up having a relative path symlink back to `origin-path`
It would be really great to be able to specify symlinks upon generation. Could work just like `move` but instead be `link`. ``` "link": [ { "origin-path": "linked/path" } ],...
It could be better to minify the code as a [prepublish npm command](https://docs.npmjs.com/misc/scripts) into a distribution folder (`dist`?) which is then included in the `files` property of `package.json`, rather than...
Some people may not want the base schema to be passed to their templates. It would be good to allow for a `context` property that is passed to the templates...