-
-
Notifications
You must be signed in to change notification settings - Fork 2
feat: Auto-install @styleframe/pro with cli
#40
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
Conversation
🦋 Changeset detectedLatest commit: be93140 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds @styleframe/pro as a required development dependency to the styleframe installation process. The changes ensure that the pro package is automatically installed when users initialize a new project via the CLI and update all documentation to reflect this requirement.
- Added
@styleframe/proto CLI auto-install dependencies - Updated installation documentation across all framework guides
- Added
ci:changesetscript to package.json
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tooling/cli/src/commands/init.ts | Adds @styleframe/pro dependency to package.json during CLI initialization |
| package.json | Adds ci:changeset script for running changeset commands |
| apps/docs/content/docs/01.getting-started/02.installation/03.custom.md | Updates custom installation guide to include @styleframe/pro |
| apps/docs/content/docs/01.getting-started/02.installation/01.manual/02.nuxt.md | Updates Nuxt installation guide to include @styleframe/pro |
| apps/docs/content/docs/01.getting-started/02.installation/01.manual/01.vite.md | Updates Vite installation guide to include @styleframe/pro |
| .changeset/fuzzy-feet-crash.md | Changeset documenting the addition of @styleframe/pro to CLI dependencies |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This pull request updates the installation process for
styleframeacross documentation, CLI tooling, and dependencies to include@styleframe/proas a required development dependency. The changes ensure that new and existing users are guided to install all necessary packages for full functionality.Dependency Updates
@styleframe/proto the dependencies inpackage.jsonvia the CLI initialization command, ensuring it is included by default for new projects.styleframe/proas a dependency for the CLI.Documentation Updates
@styleframe/proalongsidestyleframeand@styleframe/theme. [1] [2] [3]Tooling
ci:changesettopackage.jsonfor running changeset commands in CI environments.