My dotfiles
Go to file
Siina Mashek d0baf861fd making it so npm <command>
Usage:

npm install        install all the dependencies in your project
npm install <foo>  add the <foo> dependency to your project
npm test           run this project's tests
npm run <foo>      run the script named <foo>
npm <command> -h   quick help on <command>
npm -l             display usage info for all commands
npm help <term>    search for help on <term>
npm help npm       more involved overview

All commands:

    access, adduser, audit, bugs, cache, ci, completion,
    config, dedupe, deprecate, diff, dist-tag, docs, doctor,
    edit, exec, explain, explore, find-dupes, fund, get, help,
    help-search, hook, init, install, install-ci-test,
    install-test, link, ll, login, logout, ls, org, outdated,
    owner, pack, ping, pkg, prefix, profile, prune, publish,
    query, rebuild, repo, restart, root, run-script, sbom,
    search, set, shrinkwrap, star, stars, start, stop, team,
    test, token, uninstall, unpublish, unstar, update, version,
    view, whoami

Specify configs in the ini-formatted file:
    /home/siina/.npmrc
or on the command line via: npm <command> --key=value

More configuration info: npm help config
Configuration fields: npm help 7 config

npm@10.8.2 /usr/lib64/node_modules/npm won't actually be global
2024-10-25 20:36:08 +03:00
config I think things are where I want them now. 2024-04-16 02:45:08 +03:00
zprompts Updating to latest 2023-01-17 12:25:23 +02:00
.gitignore Updating local configs 2022-01-08 18:57:38 +02:00
LICENSE Removing whitespace padding from LICENSE 2020-07-01 13:44:01 +03:00
README.md Initial version control 2020-06-28 05:19:59 +03:00
bashrc Updating sawyful things 2024-04-01 07:27:41 +03:00
link.sh Updating from fresh hardware 2023-07-15 01:50:25 +03:00
profile making it so npm <command> 2024-10-25 20:36:08 +03:00
zshrc I think things are where I want them now. 2024-04-16 02:45:08 +03:00

Siina's dotfiles