All Projects → adobe → generator-tsx

adobe / generator-tsx

Licence: other
Yeoman generator for CRA + TypeScript + React + Redux + Router + Testing Library.

Programming Languages

typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to generator-tsx

generator-fountain-react
Yeoman 'fountain' generator to start a webapp with React
Stars: ✭ 36 (+44%)
Mutual labels:  yeoman, yeoman-generator
generator-liferay-fragments
Yeoman generator for creating and maintaining Liferay Fragment projects
Stars: ✭ 31 (+24%)
Mutual labels:  yeoman, yeoman-generator
generator-laravel-5
Scaffold Laravel 5.7 applications with ease.
Stars: ✭ 19 (-24%)
Mutual labels:  yeoman, yeoman-generator
generator-nullfactory-xrm
Yeoman generator for Dynamics 365 Solutions. It generates a project structure that facilitates the quick creation builds and automated release strategies with minimal effort.
Stars: ✭ 15 (-40%)
Mutual labels:  yeoman, yeoman-generator
generator-node-bahmutov
My personal Node project boilerplate generator
Stars: ✭ 39 (+56%)
Mutual labels:  yeoman, yeoman-generator
generator-ngx-firebase-bootstrap
Generator for Angular / Firebase / Bootstrap projects
Stars: ✭ 44 (+76%)
Mutual labels:  yeoman, yeoman-generator
generator-vue-plugin
Yeoman generator generating vue plugin 🚀
Stars: ✭ 29 (+16%)
Mutual labels:  yeoman, yeoman-generator
Generator Spfx
Open-source generator to extend the capabilities of the Microsoft SPFx generator
Stars: ✭ 150 (+500%)
Mutual labels:  yeoman, yeoman-generator
generator-stencil
Scaffolding tool 🔨 for Stencil js applications
Stars: ✭ 16 (-36%)
Mutual labels:  yeoman, yeoman-generator
generator-react-jest-tests
A React Jest test generator. Generates snapshot tests for React components.
Stars: ✭ 34 (+36%)
Mutual labels:  yeoman, yeoman-generator
Generator Api
🚀 Yeoman generator for creating RESTful NodeJS APIs, using ES6, Mongoose and Express
Stars: ✭ 247 (+888%)
Mutual labels:  yeoman, yeoman-generator
generator-node
🔧 Yeoman generator for Node projects.
Stars: ✭ 16 (-36%)
Mutual labels:  yeoman, yeoman-generator
Generator Chisel
Chisel is a development framework for creating easy to maintain and fast WordPress websites
Stars: ✭ 233 (+832%)
Mutual labels:  yeoman, yeoman-generator
delphi-generator-delphi
Yeoman generator for Delphi projects
Stars: ✭ 14 (-44%)
Mutual labels:  yeoman, yeoman-generator
Generator Web Extension
Advanced WebExtension generator that creates everything you need to get started with cross-browser web-extension development.
Stars: ✭ 212 (+748%)
Mutual labels:  yeoman, yeoman-generator
cra-template-quickstart-redux
Opinionated quickstart Create React App template with Redux, React Testing Library and custom eslint configuration
Stars: ✭ 66 (+164%)
Mutual labels:  cra, react-testing-library
Generator Fountain Vue
Yeoman 'fountain' generator to start a webapp with Vue http://fountainjs.io
Stars: ✭ 104 (+316%)
Mutual labels:  yeoman, yeoman-generator
Generator Micro Service
🛫 Yeoman generator to kick-start your microservice with `micro` and `ava`!
Stars: ✭ 145 (+480%)
Mutual labels:  yeoman, yeoman-generator
generator-springboot
A Yeoman generator for generating Microservice with SpringBoot
Stars: ✭ 121 (+384%)
Mutual labels:  yeoman, yeoman-generator
generator-veams
Scaffold modern frontend web apps or web pages with a static site generator (Assemble or Mangony), Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support.
Stars: ✭ 45 (+80%)
Mutual labels:  yeoman, yeoman-generator

TSX Yeoman Generator

GitHub Workflow NPM version npm license codecov Greenkeeper badge code style: prettier Netlify Status

screenshot

Goals

See Design Goals.

Features

Configuration

Add the following GitHub secrets to your repo:

  • CODECOV_TOKEN
  • NPM_TOKEN

Installation

First, install Yeoman and generator-tsx using npm (we assume you have pre-installed Node.js).

npm install -g yo generator-tsx

Next, create a new folder for your project:

mkdir project-x
cd project-x

Finally, run the tsx generator to create your initial project files:

yo tsx [<appname>] [<version>] [options]

Project files are generated in the project-x directory.

Run yo tsx --help for more information about arguments and options.

Sub-generators

All generators create project files including tests.

actions

yo tsx:actions foo

Creates Redux Actions in src/actions/foo/*.

This action also modifies src/actions/index.ts.

api

yo tsx:api foo

Creates an API client in src/api/foo/*.

component

yo tsx:component Foo [--connect]

Creates a React Component as a simple function in src/components/Foo/*.

helper

yo tsx:helper foo

Creates a helper function named foo and places it in src/helpers/foo.ts (supports slashes in the name for folder depth).

model

yo tsx:model Foo

Creates a model, defined as a TypeScript Interface, in src/models/Foo.ts.

reducer

yo tsx:reducer foo

Creates a Redux Reducer in src/reducers/foo/*.

theme

yo tsx:theme foo

Creates a theme in src/themes/foo that is modeled after your existing src/models/Theme.ts interface.

util

yo tsx:util foo

Creates a utility function named foo and places it in src/utils/foo.ts (supports slashes in the name for folder depth).

Roadmap

For details on our planned features and future direction, please refer to our roadmap.

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].