UNPKG

automated-deployment-aws

Version:

Library that automates the deployment of the current project into aws machine

11 lines (8 loc) 282 B
var fs = require("fs"); var currentDirectory = __dirname.replace(/\\/g, "/"); var rootPath = currentDirectory.replace( "/node_modules/automated-deployment-aws", "" ); var awsignorefilepath = rootPath + "/.awsignore"; fs.closeSync(fs.openSync(awsignorefilepath, "w"));