1.0.6 • Published 6 years ago

cloud-formation-split-templates v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

cloud-formation-split-templates

Allows CloudFormation templates to be split into multiple files. Based on build task from cfpack.js

const cloudFormationBuilder = require('cloud-formation-split-templates');

cloudFormationBuilder.build({
  templatesPath: './src/templates',
  outputPath: './build',
  outputFileName: 'cloudformation.json',
  validate: false
}).then(() => {
  console.log("yay!");
});
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago