1.0.11 • Published 7 months ago

cra-template-sulli v1.0.11

Weekly downloads
-
License
https://dbad-lice...
Repository
-
Last release
7 months ago

Sulli's CRA Template

My 1st attempt (fingers crossed) Inspired by

License


What's up?

It would be nice to have my own app template, where I can create a new application with my opionated style. Enabling me to create as many of these as I want, quickly and constently.

Of course I could achieve this by cloning an existing repository; however, I would then have to deal with emancipating this into my own repository.

Blah blah blah! Boooring! Life is too short for this to be an acceptable practice!!!

Surely there is a better way :)

This is whats up

I can create my app template based on an existing app.

Say it ain't so

  • Create a folder named cra-template-<template-name>
    • Must be prefixed with cra-template to be considered a template
  • Add the following
  • Upload to NPM packages
    • Local testing
      • Login into NPM (personal npm account)
        • Command: npm login
          • type in user/pass/email
      • Upload to NPM
        • Command: npm publish
          • Should show in your NPM registry (check it)
  • Create an app based on the template
    • Command: npm create-react-app my-app --template <template-name>

Helpful Commands

GoalCommand
Build your appnpm create-react-app cra-template-sulli
Publish your templatenpm install
Generate from your templatenpm publish

[]

1.0.11

7 months ago

1.0.10

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago