1.1.8 • Published 1 year ago
create-sismo-connect-app v1.1.8
Create Sismo Connect App
The easiest way to get started with Sismo Connect is by using create-sismo-connect-app
.
To get started, use the following command:
Interactive
You can create a new project interactively by running:
npx create-sismo-connect-app@latest
# or
yarn create sismo-connect-app
You will be asked for the name of your project, and then whether you want to create a TypeScript project:
✔ Do you already have created your appId in the factory.sismo.io ? … No / Yes
Select Yes to install the necessary types/dependencies and create a new TS project.
Publish
In order to publish the create-sismo-connect-app
package you need to run:
npm run build
npm publish