Licence
MIT
Version
0.1.3
Deps
24
Size
189 kB
Vulns
0
Weekly
0
@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/cli
Requires pnpm for the apps it scaffolds (slsv dev, frontend build assume it).
Quick start
slsv init my-app
cd my-app && pnpm install
slsv dev
Full docs: github.com/vincentri/slsv.
MIT