@slsv/cli
v0.2.7
Published
Simple local-AWS serverless framework
Readme
@slsv/cli
The slsv CLI — a simple local-AWS serverless framework. One slsv.yml describes
the whole app; slsv dev brings the stack up on Floci
locally; slsv deploy --target aws ships to real AWS — no handler rewrites.
Published as
@slsv/cli(npm blocks the bare nameslsvas too similar to existing packages). The command you run is stillslsv.
Install
pnpm add -g @slsv/cli # or: npm i -g @slsv/cliRequires pnpm for the apps it scaffolds (slsv dev, frontend build assume it).
Quick start
slsv init my-app
cd my-app && pnpm install
slsv devFull docs: github.com/vincentri/slsv.
MIT
