cf-service-sdk-mandar
v0.0.40
Published
TypeScript SDK for the Cloud Forge Service
Maintainers
Readme
Cloud Forge TypeScript SDK (cf-typescript-sdk)
Local Setup Instructions
1. Clone the repository
If not already cloned:
git clone <repo-url>2. Install Node.js
- Recommended: Node.js v18+
- Download Node.js
3. Install dependencies
npm install4. Build the SDK
npm run build5. (Optional) Generate code and update schema
If you need to update the GraphQL schema or regenerate SDK code:
npm run update-schema
npm run generate
npm run generate-sdk6. Publish (if needed)
npm publish --access publicTroubleshooting
- Ensure Node.js and npm are installed and in your PATH.
- If you use codegen, ensure any required backend services are running.
Useful Commands
- Clean build:
./clean.sh - Test:
npm test
Contact
For issues, contact the repo maintainer.
