1.0.6 • Published 7 years ago

cloud-formation-split-templates v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago