
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
@altimex-ui/cli
Advanced tools
Generate TypeScript types to provide autocomplete for your custom theme.
npx @altimex-ui/cli tokens <path/to/your/theme.(js|ts)>
or
npx @altimex-ui/cli tokens <@your-org/altimex-theme-package>
$ npx @altimex-ui/cli --help
Usage: altimex-cli tokens [options]
Options:
--out <path> output directory e.g.
node_modules/@altimex-ui/styled-system/dist/declarations/src/theming.types.d.ts
-h, --help display help for command
Example call:
$ altimex-cli tokens theme.ts
Note 🚨: If you delete the
node_modules
directory, you'll need to re-run the command to get proper typings again.
For convenience, you can add a postinstall
script to your package.json
, so
you don't have to think about this every time you re-install your dependencies.
"scripts": {
"gen:theme-typings": "altimex-cli tokens <path/to/your/theme.(js|ts)>",
"postinstall": "npm run gen:theme-typings"
}
FAQs
Generate theme typings for autocomplete
We found that @altimex-ui/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.