1.0.6 • Published 5 years ago

cloud-formation-split-templates v1.0.6

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

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago