NetSuite account customizations scaffold
npm install netsuite-companionnsc init - Initialize boilerplate on the current working directory.
nsc import record [url] - Import a record definition from cache or URL
rebuild - Rebuild type definitions for custom records, fields, and sublists in the project's Objects folder
nsc add project - Add a new project folder and README.md file to the vendor folder
nsc add script - Select a NetSuite script to generate .ts and .xml files. Use the no-deploy flag to skip creating the .xml
nsc add type - Add a types.d.ts file to the project
nsc add api - Add an API class file to interface with third party systems
nsc add module - Add a custom module file to the project