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(init): use package.json & ECMA-419 in default project scaffold #199

Merged
merged 8 commits into from
Dec 26, 2024

Conversation

HipsterBrown
Copy link
Owner

@HipsterBrown HipsterBrown commented Dec 26, 2024

To streamline the getting started experience with embedded JS, this PR uses package.json configured with the ECMA-419 APIs as the default project template for xs-dev init, instead of the minimal manifest.json that may be more familiar to Moddable developers. The relevant docs and guide have been updated based on this change as well.

A --manifest flag was added for developers who prefer to use that project configuration file instead.


This PR also includes a fix for esp and windows setup targets.

📦 Published PR as canary version: 0.35.1--canary.199.f6ddf1a.0

✨ Test out this PR locally via:

npm install xs-dev@0.35.1--canary.199.f6ddf1a.0
# or 
yarn add xs-dev@0.35.1--canary.199.f6ddf1a.0

@HipsterBrown HipsterBrown merged commit a887076 into main Dec 26, 2024
3 checks passed
@HipsterBrown HipsterBrown deleted the update-project-templates branch December 26, 2024 16:50
Copy link
Contributor

🚀 PR was released in v0.36.0 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant