![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@workleap/foundry
Advanced tools
This project is a non-interactive command-line tool that allows users to quickly create customized copies of a template stored in a Git repository. By specifying the desired values for text tokens within the template, users can easily generate new files that incorporate their own content and configurations. The tool streamlines the process of creating new projects based on an existing template, saving time and effort while ensuring consistency and accuracy.
See @workleap/foundry --help
:
Usage: @workleap/foundry [options] [command]
Foundry-CLI generator module
Options:
-v, --version output the version number
-h, --help display help for command
Commands:
generate-host-application [options] use the host-application template
generate-remote-module [options] use the remote-module template
generate-static-module [options] use the static-module template
generate-web-application [options] use the web-application template
help [command] display help for command
Use the host-application template as a base to customize with these options:
option | description | required |
---|---|---|
--out-dir | where to create the template | ✔ |
--package-scope | package scope | ✔ |
-h, --help | display help for command |
Use the remote-module template as a base to customize with these options:
option | description | required |
---|---|---|
--out-dir | where to create the template | ✔ |
--host-scope | host scope | ✔ |
--package-name | package name | ✔ |
-h, --help | display help for command |
Use the static-module template as a base to customize with these options:
option | description | required |
---|---|---|
--out-dir | where to create the template | ✔ |
--host-scope | host scope | ✔ |
--package-name | package name | ✔ |
-h, --help | display help for command |
Use the web-application template as a base to customize with these options:
option | description | required |
---|---|---|
--out-dir | where to create the template | ✔ |
--package-name | package name | ✔ |
--provider | build provider (choices: "github", "azure", "none") | ✔ |
--project-name | project name | |
-h, --help | display help for command |
During development, we are using pnpm
, this is the recommended tooling.
To test locally your development version, without the need to rebuild and install it continually, use this command:
pnpm dev
Then you can call the CLI as a global command from foundry
.
Then to remove the link:
pnpm unlink
FAQs
Foundry-CLI generator module
The npm package @workleap/foundry receives a total of 3 weekly downloads. As such, @workleap/foundry popularity was classified as not popular.
We found that @workleap/foundry demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.