Skip to main content

node

Source Code

Please contribute your node playbooks and shortcuts How to contribute?

How To Install?

run in terminal:

cocmd install -y node

This package contains 5 playbooks:

node.clean-cache (Any)

Clean node cache and build artifacts

run it with: cocmd run node.clean-cache

node.setup.pnpm (Windows, MacOS, Linux)

setup pnpm - https://pnpm.io/installation

run it with: cocmd run node.setup.pnpm

node.remove.pnpm (MacOS)

remove pnpm

run it with: cocmd run node.remove.pnpm

node.setup (MacOS)

setup node on macos

run it with: cocmd run node.setup

node.setup.yarn (Any)

setup yarn

run it with: cocmd run node.setup.yarn