General

Disclaimer This upgrade guide assumes that you are familiar with TypeScript and have the current versions of Node.js & npm installed on your computer.

It's recommended to start a new project based on our npm create script and move the existing project code (step by step) into the new project. This ensures that you start with a correctly set up project and use the latest versions.

Creating the custom code project

  • In a terminal navigate to the folder where you want to create your project
  • Run npm create @combeenation/custom-code@latest
  • Follow the instructions of the script

For more detailed informations check out this docs page

Generated using TypeDoc