WIP
Another boring code generator, right? Nothing can generate complex business logic.
You're right and that's exactly what Jeff isn't for.
Jeff's goal is to help you with code overhead, helping you focus on what's important, instead of manually boring yourself with the generated code
npm install -g jeffjsGenerate a project within the project folder
mkdir project-folder
jeff gen --api crud --endpoints products --dynamoGenerate a project with the project folder
jeff gen --api crud --endpoints products --dynamo --folder project-folderThis will generate a whole API with a POST /products route with DynamoDB access
And now create just deploy:
jeff deployWIP drawback: at the moment, the default Jeff deployment region is us-east-1 will be changed soon