Serverless Coffeescript

homepage icon https://github.com/duanefields/serverless-coffeescript
Follow @duanefields

Tracked

NPM Downloads Last Month
9
Issues
0
Stars
0
Forks
0
Watchers
0
Watch Star Fork Issue Download License NPM Build Status Coverage Status Contributors

Repo README Contents:

serverless-coffeescript

A quick and dirty plugin for the Serverless Framework to compile coffee-script files into javascript at deploy time. Shamelessly cribbed from https://github.com/serverless/serverless-babel-plugin.

Setup

You need to install the plugin:

npm install --save-dev serverless-coffeescript

Further you need to add the plugin to your serverless.yml and defined which preset you chose:

plugins:
  - serverless-coffeescript

Usage

Simply run serverless deploy and it will compile every CoffeeScript file in your service