Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@cardstack/cli
Advanced tools
The Cardstack CLI is a work-in-progress project to create a smooth quickstart experience for new developers and a straightforward way to use the Card SDK. It handles tasks like creating new Cards, starting the Hub, installing dependencies, and generating code from templates.
Under the hood, the CLI uses Embroider for the build and yargs to manage user inputs.
To run the CLI:
yarn compile --watch
node ./bin/cardstack.js <command>
To see a list of commands:
yarn compile --watch
node ./bin/cardstack.js --help
Apps are served from localhost:4200
.
The CLI codebase uses TypeScript, so make sure you always have a compiler running while you work:
yarn compile --watch
To disable rebuilds of the Ember App as you make changes:
CARDSTACK_DEV=true node ./bin/cardstack.js start
To view the built app, follow the path printed in the console by Embroider.
Launching hub from inside the blueprint (you need a local embroider checkout that is built (yarn compile
) and available for yarn linking):
cd packages/cardhost
yarn link @embroider/core @embroider/compat @embroider/webpack
ember s
Loading the first-card example:
cd packages/cli
node ./bin/cardstack.js load -c ./node-tests/sample-cards/first-card -d ../cardhost
FAQs
Command line tools for Cardstack.
The npm package @cardstack/cli receives a total of 5 weekly downloads. As such, @cardstack/cli popularity was classified as not popular.
We found that @cardstack/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.