particle
particle copied to clipboard
Eleven cli
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
- Pull down repo
- cd to /particle and run
npm i - cd to particle/packages/particle-cli and run
npm link - cd back to particle (or anywhere else) and create and cd into a testing directory.
- run
npx @phase2/particle-cli init - Answer the prompts.
- cd in to the newly created directory (abbreviation)-(project name)
- run
npm run start
- Make sure that Storybook launches with a test component.
- Make sure HRM is working.