crayfish-js
v1.3.0
Published
The easiest Typescript Backend Framework specially built for Serverless.
Maintainers
Readme
crayfish-js

The easiest Typescript Backend Framework specially built for Serverless.
Installation
npm install -g crayfish-jsInitialize the project
crayfish init your-project-nameStart the Development Server
cd your-project-name
crayfish start-server productionGenerate distribution package
cd your-project-name
crayfish packCreate components
cd your-project-name
crayfish generate-controller new-controller
crayfish generate-generate-service new-generate-service📝 License
This project is licensed under the terms described in the LICENSE file.
