Code Monkey home page Code Monkey logo

cli-amcserverless-framework's Introduction

Features

  • Generates a complete serverless framework project
  • Use of typeScript for the project
  • Use jest with UniTest
  • Use DDD

amcServerless Generate

NPM Version NPM Downloads Linux Build Windows Build

Link npm

<link npm> : https://www.npmjs.com/package/amc-serverless-generate <link gitHub> : https://github.com/alvaromoca1/CLI-amcServerless-framework/tree/main

Installation

$ npm install -g amc-serverless-generate

Quick Start

The quickest way to get started with serverless is to utilize the executable serverless(1) to generate an application as shown below:

Create the app:

$ amcServerless  newProyect [name_proyect]

Install dependencies:

$ npm install

Start your Express.js app at http://0.0.0.0:3000/dev/helloword:

$ sls offline --stage dev --region us-east-1 --host 0.0.0.0

The Comand

for create a new handler

$ amcServerless g h [your_name_hamdler]
or
$ amcServerless g handler [your_name_hamdler]

for create a new controller

$ amcServerless g c [your_name_controller]
or
$ amcServerless g controller [your_name_controller]

for create a new service or caseUse

$ amcServerless g s [your_name_service]
or
$ amcServerless g service [your_name_service]

for create a new service or Module

$ amcServerless g m [your_name_module]
or
$ amcServerless g module [your_name_module]

License

MIT

cli-amcserverless-framework's People

Contributors

alvaromoca1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.