1.1.0 • Published 3 years ago
@durazno-technologies/create-dzn v1.1.0
Durazno Backend Generator

Technology Stack
- Typescript
- Serverless
- Lambda
- Node v18
- DynamoDB
- Middy.js
How to use
Installing
- using npx
npx @durazno-technologies/create-dzn my-backend-project - using npm
npm init @durazno-technologies/dzn my-backend-project - using npm also
npm create @durazno-technologies/dzn my-backend-project
Create new entity
- recommended way
npx new-dzn-entity - old school
./node_modules/.bin/new-dzn-entity - alternative
yarn new_entity - another alternative
npm run new_entity