@gomobile/sdk
v1.0.0
Published
Gomobile sdk
Readme
Project Setup
🔧 Environment Configuration
Copy the example environment file:
cp .env.example .envEdit
.envand fill in the required values. Make sure all necessary environment variables are provided.
📜 Test with CLI in dev mode
Below is a quick reference of the npm scripts shipped with this project:
npm run cli– Start the development CLI (tsx ./src/cli/index.ts).
