gp_create: Simulate CRA without create-react-app

View source: R/create.R

gp_createR Documentation

Simulate CRA without create-react-app

Description

This function assembles the required npm package files to then build from.

Usage

gp_create(path = getwd())

Arguments

path

character: new/existing path of the target gp app.

Examples

p = file.path(tempdir(), "gp_app")
gp_create(p)
gp_erase()

ATFutures/geoplumber documentation built on July 4, 2023, 12:18 a.m.