generator-astro-sls

2.0.3 • Public • Published

Astro Serverless Generator

Yeoman generator for building Serverless project on NodeJS. The principle of the project structure is isolation, so multiple developers can work on the same project without high dependency.

Requirements

Getting Started

Install:

npm install -g yo generator-astro-sls

Generate a new project:

yo astro-sls

Choose your project, either service or fullstack

Generator CLI

Generate a new Handler:

yo astro-sls:handler

Generate a new middleware:

yo astro-sls:middleware

Generate a new service:

yo astro-sls:service

Generate a new utility:

yo astro-sls:util

Running Locally

yarn dev

Running in Production

yarn deploy

License

MIT License - Rahul Khanna

/generator-astro-sls/

    Package Sidebar

    Install

    npm i generator-astro-sls

    Weekly Downloads

    0

    Version

    2.0.3

    License

    MIT

    Unpacked Size

    61.3 kB

    Total Files

    56

    Last publish

    Collaborators

    • psychocoding