Skip to content
This repository has been archived by the owner on Sep 20, 2018. It is now read-only.

zephinzer/tmpl8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 tmpl8

Templates can be installed by adding in the template ID after the tmpl8 command. For example, to access the react template, run:

# tmpl8 react

The last argument of every line of command will be the folder where your template will be set up. For example:

# tmpl8 react ./react-tmpl8

The 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

About

tmpl8 is a seeder tool that helps to seed projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published