@igomoon/hubspot-fields-js-cli
v1.0.1
Published
Transforming fields.js files into fields.json for HubSpot CMS
Downloads
2
Readme
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>