npm
Provides support for npm
.
Available Commands
Command | Description |
---|---|
test | Run test script. |
run | Run run script. |
install | Install packages using lock file. |
build | Run build script. |
Project Initializer
Provides default values.
project @npm
Equivalent to:
project @npm {
ignores = [ "node_modules/" ]
outputs = [ "dist/" ]
}
Last updated on