SuiteCloud Project Types in SuiteCloud CLI for Node.js
Here are some examples showing the structure of different SuiteCloud project types:
-
Account customization projects
myACP > src > AccountConfiguration > FileCabinet > SuiteScripts > Templates > Web Site Hosting Files > Objects > Translations deploy.xml manifest.xml project.json suitecloud.config.jsTo see how to create an account customization project in SuiteCloud CLI for Node.js, watch the following video:
For more information, see Account Customization Projects.
-
SuiteApp projects
com.mycompany.mysuiteapp > src > FileCabinet > SuiteApps\com.mycompany.mysuiteapp > Web Site Hosting Files > InstallationPreferences deploy.xml manifest.xml project.json > Objects > Translations suitecloud.config.jsTo see how to create a SuiteApp project in SuiteCloud CLI for Node.js, watch the following video:
For more information, see SuiteApp Projects.
If you added unit testing with Jest when creating your account customization project or SuiteApp, your project will also contain the __tests__ and node_modules folders.
For more information about the structure of SuiteCloud projects, see SuiteCloud Project Structure and File Components.
To see an example of how to use SuiteCloud CLI for Node.js, watch the following video: