@easyp-tech/easyp
v0.0.4
Published
NPM wrapper for easyp binary
Downloads
813
Readme
easyp
NPM wrapper for the easyp binary.
Installation
npm install @easyp-tech/easypThis package uses platform-specific optional dependencies to provide the correct easyp binary for your platform and architecture.
Usage
CLI
You can use easyp via npx:
npx easyp --helpOr by adding it to your package.json scripts:
{
"scripts": {
"proto:check": "easyp lint"
}
}Other commands and proper usage can be discovered at easyp repo
