1.0.2 • Published 5 years ago

create-from-git-template v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

"

What's this?

This is a yarn create program for creating npm packages derived from others.

\(.syntax)

How do I use it?

yarn create \(.name | sub("^create-"; "")) <source repo> <target directory>

What does it do?

It creates a new package based on your configuration input that is dervied from the template. Differently to some templates, the template component is its own git repo, with its own history. This means that any package using it can sync with updates to the template by doing a git merge, no matter how far down the line it is and git should do its best to resolve the changes. "