-
Notifications
You must be signed in to change notification settings - Fork 4
from registry.sh ( updater )
aameen-tulip edited this page Jan 23, 2023
·
3 revisions
from-registry.sh - manual page for from-registry.sh 0.1.1
from-registry.sh IDENT[@DESCRIPTOR=latest] [-o PDEFS-FILE] [– NPM-FLAGS…]
Generate a package from the npm registry including its full dep-graph.
Dev. dependencies will be omitted from generated definitions.
- -o,–out-file PATH
- Path to write generated
pdefrecords. Defaults toPWD/pdefs.nix. If the outfile already exists, it may be used to optimize translation, and will be backed up toPDEFS-FILE~. - -j,–json
- Export JSON instead of a Nix expression.
- – NPM-FLAGS…
- Used to separate
floco update registryflags fromnpmflags.
- NIX
- Command used as
nixexecutable. - NPM
- Command used as
npmexecutable. - JQ
- Command used as
jqexecutable. - SED
- Command used as
sedexecutable. - REALPATH
- Command used as
realpathexecutable. - MKTEMP
- Command used as
mktempexecutable. - FLAKE_REF
- Flake URI ref to use for
floco. defaults togithub:aakropotkin/floco.