Closed sivangbagri closed 3 months ago
Latest commit: 63f200a280406fcde51a1f7c01dc9b866ca85344
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
elixir-cloud-components | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 14, 2024 10:43pm |
This pull request introduces the initial boilerplate code for the ro-crate package. Key changes include the addition of a normalizePath function in the build script, updates to the utils script, and the creation of several configuration and documentation files for the new package.
Files | Changes |
---|---|
packages/ecc-client-elixir-ro-crate/LICENSE.hbs packages/ecc-client-elixir-ro-crate/custom-elements-manifest.config.js packages/ecc-client-elixir-ro-crate/web-test-runner.config.mjs packages/ecc-client-elixir-ro-crate/web-dev-server.config.mjs packages/ecc-client-elixir-ro-crate/tsconfig.json packages/ecc-client-elixir-ro-crate/README.md packages/ecc-client-elixir-ro-crate/tsconfig.prod.json |
Added initial boilerplate files for the ecc-client-elixir-ro-crate package, including license, configuration files, and README. |
@sivangbagri, please resolve the conflicts on this so can merge
Description
Checklist
Comments
Summary by Sourcery
Introduce the initial boilerplate code for the ro-crate package, including TypeScript configuration, development and testing server configurations, and basic utility functions.
New Features:
Enhancements:
normalizePath
to handle path normalization across different operating systems.Build:
tsconfig.json
andtsconfig.prod.json
for TypeScript configuration.web-dev-server.config.mjs
andweb-test-runner.config.mjs
for development and testing server configurations.Documentation:
README.md
for theecc-client-elixir-ro-crate
package, providing an overview and links to related resources.