particle icon indicating copy to clipboard operation
particle copied to clipboard

Eleven cli

Open LeeMellon opened this issue 5 years ago • 0 comments
trafficstars

Pull Request

Summary of Changes

Drops multi-bundle approach. Includes Storybook and Components(StencilJs) generators. CLI prompts reduced to: Choose a abbreviation for your/client's name. (min 3 chars) Choose a name for the overall project using kebab case. (min 4 chars) Ex: "website", or "saphire-dagger"

Testing Steps

  1. Pull down repo
  2. cd to /particle and run npm i
  3. cd to particle/packages/particle-cli and run npm link
  4. cd back to particle (or anywhere else) and create and cd into a testing directory.
npm_run_start
  1. run npx @phase2/particle-cli init
  2. Answer the prompts.
  3. cd in to the newly created directory (abbreviation)-(project name)
  4. run npm run start
npm_run_start
  1. Make sure that Storybook launches with a test component.
My_Component_-_Default_⋅_Storybook
  1. Make sure HRM is working.

LeeMellon avatar Oct 27 '20 19:10 LeeMellon