same-cloth
v0.0.1
Published
Manage template structures in your computer's folder system. Useful for generic project templates for design and interactive projects.
Readme
Use and manage templates for any project structure!
Install globally with npm install same-cloth --global
Then, create a directory in your Home directory named _templates. Keep all project templates inside folders here. When you want to start a new project, just run:
same-cloth [template-name] [project-name]
The files from your template folder will be copied into a folder within the current directory named whatever you supplied as [project-name]. Additionally, any files in the root directory of the new project that are named the same as your template name will be renamed to the project name.
