yarn inityarn init -y
Keywords: initialize, package, json, project, setup
yarn installyarn install
Keywords: install, dependencies, modules, packages, lock
yarn addyarn add express --dev
Keywords: add, install, package, dependency, dev
yarn removeyarn remove lodash
Keywords: remove, uninstall, package, dependency
yarn upgradeyarn upgrade --latest
Keywords: upgrade, update, latest, version
yarn runyarn run build
Keywords: run, script, execute, build, start
yarn startyarn start
Keywords: start, run, server, application
yarn testyarn test
Keywords: test, testing, run, spec
yarn listyarn list --depth=0
Keywords: list, installed, packages, tree, dependencies
yarn outdatedyarn outdated
Keywords: outdated, check, versions, update
yarn audityarn audit --fix
Keywords: audit, security, vulnerabilities, fix
yarn publishyarn publish
Keywords: publish, registry, package, release
yarn versionyarn version --patch
Keywords: version, bump, semver, patch, minor, major
yarn cacheyarn cache clean
Keywords: cache, clean, clear, directory
yarn configyarn config set registry https://registry.npmjs.org/
Keywords: config, configuration, registry, settings
yarn linkyarn link
Keywords: link, symbolic, local, development, testing
yarn infoyarn info express
Keywords: info, information, package, details, metadata
yarn whyyarn why lodash
Keywords: why, explain, dependency, tree, reason
yarn workspacesyarn workspaces run build
Keywords: workspaces, monorepo, multiple, packages
yarn dlxyarn dlx create-react-app my-app
Keywords: dlx, execute, download, temporary, npx