A Node module to copy boilerplate code for new projects, cloned from Github.
Install dependencies by running the following command:
npm install
If you run into any Node-related issues, you probably should make sure you are on a relatively recent version of Node. I would say at least v.10.
In a terminal screen, use the following command to run this tool:
node index.js [project] [destination]
Available projects include:
- gutenberg-block
- gutenberg-plugin
- static-website
- wordpress-theme
/want to play with node/ /and create project bootstraps/ /let’s marry the two/
- Github organizations to separate out repos
- Tagging repos (also for organizational purposes)
- Github project boards
- Node and file manipulation is not as hard as I thought it would be.
- I really need to organize all my boilerplate templates. They are everywhere!