1.0.1 • Published 5 years ago

esoformation v1.0.1

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
5 years ago

esoformation

Build Status

A Node.js module which provides simplified, typed interfaces to AWS Cloudformation.

Documentation

Developer documentation is located at https://sesopenko.github.io/esoformation/.

Installation

# using npm
npm install esoformation --save

#using yarn
yarn add esoformation

Usage

Typescript

import { Template } from 'esoformation';

Test

npm run test

License

This software is licensed under GNU General Public License Version 3 (GPL V3). A license is included in the project as LICENSE.TXT