jeffjs

1.3.0 • Public • Published

Jeff.js

WIP

Jeff is your tool for generating and deploying serverless JavaScript applications

Install

npm install -g jeffjs

Usage

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.3.01latest

Version History

VersionDownloads (Last 7 Days)Published
1.3.01
1.2.00
1.1.00
1.0.01

Package Sidebar

Install

npm i jeffjs

Weekly Downloads

2

Version

1.3.0

License

MIT

Last publish

Collaborators

  • simalexan