hygen-create icon indicating copy to clipboard operation
hygen-create copied to clipboard

simplifies creation of hygen templates from existing projects

Results 7 hygen-create issues
Sort by recently updated
recently updated
newest added

Hygen allows to generate folder structure via https://github.com/jondot/hygen/issues/79 Hygen-create generates correct templates according to this hack, but with incorrect template structure. Let's say we have source: ``` package.json src --index.ts...

running command `hygen-create add folder-name` Currently, subfolders are not being picked up. If i run `hygen-create add folder-name/*` it picks up some subfolders, but important subfolders like `.changeset` are still...

The docs recommend using camelCase > hygen-create currently works best if you provide a CamelCased string to the usename command. but isn't this actually PascalCase? Which is recommended?

Will it be possible to also generate & maintain a [`prompt.js`](http://www.hygen.io/docs/generators#interactive-prompt) file for interactive prompt?

Would be nice to be able to map multiple templatization parameters

Can this work for injecting a snippet?

If the word is in the middle of a camelCase or CamelCase, it doesn't get replaced. ![containers_test_txt_ejs_t_ _uib__workspace_](https://user-images.githubusercontent.com/26264925/50132048-ed59fd80-0239-11e9-929b-1d74c74647b5.png) I think a cli option to add an optional regex pattern before...