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 jeffjs
Generate a project within the project folder
mkdir project-folder
jeff gen --api crud --endpoints products --dynamo
Generate a project with the project folder
jeff gen --api crud --endpoints products --dynamo --folder project-folder
This will generate a whole API with a POST /products
route with DynamoDB access
And now create just deploy:
jeff deploy
WIP drawback: at the moment, the default Jeff deployment region is us-east-1
will be changed soon