Giter Club home page Giter Club logo

generator-spa's Introduction

Labs Basic SPA Generator

The Labs SPA generator will create a basic cra react app with configuration and components in place based on answers to the prompts. Common elements found in all configurations are:

  • Labs opinionated project structure
  • example page/common components
  • Working tests for components using jest and React Testing Library
  • Labs defined eslint and pretter config
  • github ci/actions workflow config
  • git hook enforced linting using Husky

CLI Examples

Create a SPA app for the labs 27 gigantic product

labs @lambdalabs/spa labs27-gigantic

Create a SPA app for the Labs 26 gigantic product with the labs program option

labs @lambdalabs/spa labs26-gigantic --program=labs

When only the project name argument is provided then you will be prompted for more info.

Labs SPA prompts

Generators

App

This is the default generator that will create the entire project.

Usage:
  labs @lambdalabs/spa <name> [options]

Options:
  -h,   --help           # Print the generator's options and usage
        --skip-cache     # Do not remember prompt answers                                                                     Default: false
        --skip-install   # Do not automatically install dependencies                                                          Default: false
        --force-install  # Fail on install dependencies error                                                                 Default: false
        --ask-answered   # Show prompts for already configured options                                                        Default: false
  -p,   --program        # Which program will this be used for: "bw" or "labs"
  -r,   --repoUrl        # The Github repo HTTPS git url. eg, https://github.com/lambda-school-labs/labsNN-productA-teamB-fe
  -d,   --hasDS          # project has DS team members

Arguments:
  name  # Name of Project  Type: String  Required: true

Prompts / Options

The following prompts will provide additional configuration and examples

Does your team have Data Science members

Option

--hasDS or -d - passing false to the option will turn it off. (--hasDS=false)

Prompt

If the answer is Y then the following items will be added to the project:

  • modules plotly.js and react-plotly.js
  • an example data visualization page component ExampleDataViz using a DS API.

Program

Option

--program or -p - pass labs or bw

Prompt

The program choices are BW and Labs

  • BW will generate the base configuration.
  • Labs will add the following elements
    • Okta identity management service
    • Secure routes using Okta library
    • Secure BE API example using Okta JWT
    • Ant Design configuration and theme
    • Storybook documentation
    • AWS Amplify config file

Enter your Github repo HTTPS git url

Option

--repoUrl or -r - leave empty (-r) to turn off

Prompt

This is the git https url (eg https://github.com/Lambda-School-Labs/gen-test-git.git)

When this value is provided then the generator will do the following:

  • init the git repo with this URL as the remote
  • create a main branch
  • stage and commit the generated files
  • push the branch to github

Page

This will create a new page component.

Usage:
  labs @lambdalabs/spa:page <name> [options]

Options:
  -h,   --help           # Print the generator's options and usage
        --skip-cache     # Do not remember prompt answers               Default: false
        --skip-install   # Do not automatically install dependencies    Default: false
        --force-install  # Fail on install dependencies error           Default: false
        --ask-answered   # Show prompts for already configured options  Default: false
  -o,   --useOkta        # include the okta auth state for user info

Arguments:
  name  # Name of Page  Type: String  Required: true

Prompts / Options

The following prompts/options will provide additional configuration and examples

Does this page need Okta User Info

Option

--useOkta or -o - passing false to the option will turn it off. (--useOkta=false)

Prompt

When this value is provided then the generator will do the following:

  • include the @okta/okta-react library
  • setup authState and authService
  • get and memoize user info
  • add a loading component

generator-spa's People

Contributors

tinomen avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.