Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(): Add destination directory #22

Merged
merged 5 commits into from
Jun 29, 2018
Merged

feat(): Add destination directory #22

merged 5 commits into from
Jun 29, 2018

Conversation

vinay631
Copy link
Contributor

No description provided.

@vinay631 vinay631 changed the title Added destination directory feat(): Add destination directory May 17, 2018
src/utils.ts Outdated
if (outputdir) {
filename = path.join(outputdir, filename);
}

fs.writeFileSync('.env', output);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we need to pass in filename here?

b3ross
b3ross previously approved these changes May 18, 2018
Copy link
Owner

@b3ross b3ross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit: Thanks @vinay631!

@b3ross
Copy link
Owner

b3ross commented May 18, 2018

Fixes #20.

@b3ross b3ross merged commit 8c318df into b3ross:master Jun 29, 2018
@b3ross
Copy link
Owner

b3ross commented Jun 29, 2018

🎉 This PR is included in version 0.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants