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.
@aasen/toolbox-cli
Advanced tools
Toolbox har fått et kommandolinjeverktøy; toolbox
🥳 for bruk i
terminalen eller scripts.
Node >= 18.10 installert
npm install -g @aasen/toolbox-cli
toolbox
gir deg en oversikt over kommandoene og options.toolbox init
initierer designsystemet for bruk i din applikasjon.
Lager også en toolbox.config.json
fil basert på valg som tas i oppsettet.toolbox svg sprite
generer svg sprites basert på toolbox.config.json
.Denne kommandoen initierer designsystemet.
Fordeler
package.json
i applikasjonen
din.toolbox.config.json kan eksempelvis se slik ut:
{
"svgsprite": {
"files": [ /* SVG-filer i svgsprite */
"../assets/src/icons/check.svg",
"../assets/src/icons/24h.svg",
"../assets/src/icons/share.svg"
],
"output": {
"fileType": "html", /* html|svg */
"filePath": "./index.html" /* sti til destinasjonsfilen */
}
}
}
Komponentbibliotekene i Toolbox forutsetter at en såkalt SVG Sprite eller SVG Symbols er tilgjengelig på siden. Det kan du lese mer om her: Multi-Colored SVG Symbol Icons with CSS Variables.
Denne kommandoen genererer en slik svgsprite for deg. Den trenger at designsystemet er initiert.
Kommandoen er avhengig av følgende verdier i konfig:
svgsprite.files
--> Array med stier til SVG ikoner.svgsprite.output.fileType
--> Streng bestående av en av disse verdiene:
html
- svgsprite inlines i et element i en html-fil (se under).svg
- svgsprite skrives i en SVG-fil.svgsprite.output.filePath
--> Streng bestående av sti til output-filen.MERK! Om du velger å inline i en HTML-fil skal du legge til dette elementet«:
<div id="toolbox-icons-sprite"></div>
Når brukes denne kommandoen? Hver gang du legger til eller tar bort en SVG.
Toolbox CLI
er distribuert under MIT-lisens for åpen kildekode.
FAQs
Toolbox designsystem - CLI verktøy
The npm package @aasen/toolbox-cli receives a total of 0 weekly downloads. As such, @aasen/toolbox-cli popularity was classified as not popular.
We found that @aasen/toolbox-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
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.