Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
/ fiesta Public archive

A simple component generator for react or react-native

License

Notifications You must be signed in to change notification settings

yk-yong/fiesta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a simple file generator for React/React-Native.

Inspired by Angular.

Installation

git clone https://github.com/yikkok-yong/fiesta.git
cd fiesta
npm install && npm start

Usage

Generate Component

generate component my-feature
generate component feature/my-feature

generate test login

Overwrite default path

Parts Path
Components src/component
Tests e2e

overwrite by providing opt to package.json

"fiesta": {
    "components": "path/to/components/directory",
    "tests": {
        rootDir: "path/to/test/directory",
        testFilePattern: default is "*.spec.js", you may overwrite the value here
    }
}

Generated file can be found in src/component

License

About

A simple component generator for react or react-native

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published