
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@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_modulesdirectory, 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
The npm package @altimex-ui/cli receives a total of 0 weekly downloads. As such, @altimex-ui/cli popularity was classified as not popular.
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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.