/ezd

CLI utility for common tasks, like bootstrapping projects

Primary LanguageTypeScript

ezd cli

Getting started

install:

npm i -g ezd

List commands:

ezd -h

Usage

Remove project dependency files like package-lock.json and node_modules/ and reinstall:

cd ./path/to/project
ezd -r -i