/lia-template-publisher

Primary LanguageTypeScriptApache License 2.0Apache-2.0

cra-template-publisher

An npm publishing template that simplifies configuration information and simplifies the development process

To use this template, add --template publisher when creating a new app.

For example:

if Use create-react-app

npx create-react-app my-app --template publisher
# or
yarn create-react-app my-app --template publisher

if Use load-template

npx load-template my-app --template cra-template-publisher