Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Latest commit

 

History

History
44 lines (37 loc) · 1.1 KB

readme.md

File metadata and controls

44 lines (37 loc) · 1.1 KB

Generator for serverless in typescript

Scaffold out a serverless template in TypeScript

Install

npm i -g yo episodehunter/tssls

Usage

❯ yo tssls

     _-----_     ╭──────────────────────────╮
    |       |    │    Tssls: A typescript   │
    |--(o)--|    │     generator for the    │
   `---------´   │   serverless framework.  │
    ( _´U`_ )    ╰──────────────────────────╯
    /___A___\   /
     |  ~  |
   __'.___.'__
 ´   `  |° ´ Y `

? What is your GitHub user name?
? Keywords?
? What is your website URL?
? What is the module name?
? What is the module description?
   create package.json
   create .editorconfig
   create .gitignore
   create readme.md
   create serverless.yml
   create tsconfig.json
   create tslint.json
   create src/custom-typings.d.ts
   create src/handler.ts
   create src/logger.ts
   create src/test/handler.test.ts
[master (root-commit) daf6206] 🎉
🎉 SUCCESS 🎉  gitmoji-commit-hook initialized with success.