Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eleven cli #956

Open
wants to merge 18 commits into
base: eleven
Choose a base branch
from
Open

Eleven cli #956

wants to merge 18 commits into from

Conversation

LeeMellon
Copy link

@LeeMellon LeeMellon commented Oct 27, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
v11.0
  
Awaiting triage
Development

Successfully merging this pull request may close these issues.

None yet

3 participants