create-notelink
v0.1.1
Published
CLI tool to create NoteLink projects
Maintainers
Readme
create-notelink
CLI tool to quickly scaffold a new NoteLink API project.
Usage
Using bunx (recommended)
bunx create-notelink my-appUsing bun create
bun create notelink my-appAfter installation
cd my-app
bun install
bun devYour API documentation will be available at http://localhost:8080/doc-api
What's Included
The generated project includes:
- ✅ Pre-configured NoteLink API setup
- ✅ Example authentication routes with JWT
- ✅ User management endpoints
- ✅ Health check endpoints
- ✅ CORS, rate limiting, and logging middleware
- ✅ TypeScript configuration
- ✅ OpenAPI/Swagger documentation
- ✅ Environment configuration
Requirements
- Bun >= 1.0.0
License
MIT
