tmpl8 v0.1.0
tmpl8
tmpl8 is a seeder tool that helps to seed projects. See below for details on what kind of packages are available!
Getting Started
Install this globally using:
# npm install -g tmpl8Templates can be installed by adding in the template ID after the tmpl8 command. For example, to access the react template, run:
# tmpl8 reactThe last argument of every line of command will be the folder where your template will be set up. For example:
# tmpl8 react ./react-tmpl8The above will install the React template in the subfolder ./react-tmpl8 relative to your current directory.
Available Packages
tmpl8-react
ID:
react
This is a package to seed a React application.
Usage
tmpl8 react [options] <path_to_directory>
Options
-V, --version: output the version number-N, --use-npm: use NPM to install dependencies (default)-Y, --use-yarn: use Yarn to install dependencies (requires Yarn to be installed)-h, --help: output usage information
Read More
Repository Link: https://github.com/zephinzer/tmpl8-react
Contributing
Fork this repository, make the changes and submit a Merge Request.
For individual templates, go to the relevant repository, make the changes, then run the following in this project:
# git submodule update --remote