create-kg-express-test
v0.0.6
Published
Scaffold tool for creating SDK Express applications
Downloads
25
Maintainers
Readme
create-sdk-express-app
Scaffold tool for creating SDK Express applications.
Usage
Run directly with npx:
npx create-kg-sdk-express-test my-appThis will create a new project named my-app in the current directory.
Features
- Sets up a basic Express server
- Configures API proxy functionality
- Supports .env files for environment configuration
- Includes basic test setup
Development
If you want to develop this package locally:
- Clone the repository
- Run
pnpm install - Make changes
- Test locally using
pnpm link
License
MIT
