isitworththetime
Visualise how much to spend on something that saves you time. Based on xkcd #1205: Is It Worth the Time?
File Explorer
- check.yml
- deploy.yml
- verified-external-links.tsv
- extensions.json
- launch.json
- IBMPlexSans-Medium.woff
- IBMPlexSans-Medium.woff2
- IBMPlexSans-Regular.woff
- IBMPlexSans-Regular.woff2
- IBMPlexSans-SemiBold.woff
- IBMPlexSans-SemiBold.woff2
- IBMPlexSerif-Medium.woff
- IBMPlexSerif-Medium.woff2
- IBMPlexSerif-Regular.woff
- IBMPlexSerif-Regular.woff2
- IBMPlexSerif-SemiBold.woff
- IBMPlexSerif-SemiBold.woff2
- subset-IBMPlexSans-Medium.woff
- subset-IBMPlexSans-Medium.woff2
- subset-IBMPlexSans-Regular.woff
- subset-IBMPlexSans-Regular.woff2
- subset-IBMPlexSans-SemiBold.woff
- subset-IBMPlexSans-SemiBold.woff2
- subset-IBMPlexSerif-Medium.woff
- subset-IBMPlexSerif-Medium.woff2
- subset-IBMPlexSerif-Regular.woff
- subset-IBMPlexSerif-Regular.woff2
- subset-IBMPlexSerif-SemiBold.woff
- subset-IBMPlexSerif-SemiBold.woff2
- apple-touch-icon.png
- icon-192x192.png
- favicon-16x16.png
- favicon-32x32.png
- favicon.svg
- manifest.json
- og-image.png
- screenshot.png
- Layout.astro
- calculations.ts
- index.astro
- global.css
- .editorconfig
- .gitignore
- astro.config.mjs
- package.json
- pnpm-lock.yaml
- README.md
- tailwind.config.mjs
- tsconfig.json
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pnpm
View Details ▼
pnpm
Fast, disk space efficient package manager for Node.js.
Manage Node.js projects and their module dependencies.
pnpm init
Create a `package.json` file:
pnpm {{[i|install]}}
Download all the packages listed as dependencies in `package.json`:
pnpm add {{module_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
// repository documentation
Was this content helpful?
(0 ratings)
