☰☱☲☳☴☵☶☷
☰☱☲☳☴☵☶☷
I was thinking a lot about how to use a tool like this effectively. Without being in person this is not really too effective, unless the other party understands the...
Hey! I really like the approach with labels. The one thing I'm right away curious to do is to look at other projects or my own. Maybe the app could...
In my experience I have found that most technical endeavours tend to get lost in requirements and loose track of the most important factor... the user. The process tends to...
At first I tacked this onto the vim ticket, but I thought it would be better on it's own. When someone is beginning to start working with the command line...
This looks great! Would entertain the option to set the branch name? I like to use `release` vs `master`.
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" } ],...
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...