Skip to content
This repository was archived by the owner on Oct 20, 2020. It is now read-only.

benyap/react-template-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS PROJECT IS ARCHIVED

Please check out Hygen for a good alternative!


React Template Generator

Don't work harder, work smarter.

A simple CLI tool used to help scaffold React components from custom templates for your project = efficiency and consistency.

Quickstart

  1. Use Node 10.

  2. Install the package:

yarn add -D @benyap/react-template-generator
  1. Create a configuration file in your project root called reactgenconfig.json. Learn how to configure it.

  2. Create your templates in your project root in a folder called templates. Learn how to create templates.

  3. Run a simple command* to generate your component.

yarn reactgen <name>

* If using npm, as this to your package.json:

{
  "scripts": {
    "reactgen": "reactgen"
  }
}

and use npm run reactgen <name> to generate your component.

Examples

See an example configuration here. Treat the example folder as the project root.

Why Generators?

From Plop:

Because when you create your boilerplate separate from your code, you naturally put more time and thought into it.

Because saving your team (or yourself) 5-15 minutes when creating every route, component, controller, helper, test, view, etc... really adds up.

Because context switching is expensive and saving time is not the only benefit to automating workflows.

License

MIT

About

Template generator for React projects.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published