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

feat(create-jsx-email): setup npx command #34

Merged
merged 21 commits into from Oct 8, 2023
Merged

Conversation

lordelogos
Copy link
Collaborator

Component / Package Name:

create-jsx-email

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

If yes, please include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.

List any relevant issue numbers:

Description

This PR sets up the create-jsx-email command. The fastest way to setup a jsx-email project

Usage

npx create-jsx-email
# OR
npx create-jsx-email <project-name>

Comment on lines 12 to 14
"@jsx-email/all": "2.0.0",
"@jsx-email/cli": "1.0.9",
"superstruct": "1.0.3"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we'll want to use "^ ranges on these dependencies, same with react below. otherwise we'll be on the hook for updating this for every patch release.

@shellscape shellscape marked this pull request as ready for review October 8, 2023 18:39
@lordelogos
Copy link
Collaborator Author

LGTM🚀

@shellscape shellscape merged commit 5ae1e4d into main Oct 8, 2023
2 checks passed
@shellscape shellscape deleted the feat/email-setup branch October 8, 2023 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants