1.0.1 • Published 3 years ago

@igomoon/hubspot-fields-js-cli v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

HubSpot Fields JS CLI

CLI commands to transform fields.js into a fields.json file

Installation

npm install @igomoon/hubspot-fields-js-cli -g

When a command below is run, it will transform the fields.js into a fields.json in the SAME directory, so it's very important that you add fields.js to your .hsignore

Usage

Watch a directory for changes and transform

fields watch <src>

Scan a directory and transform.

fields parse <src>