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

Allow skuba configure to accept stdin input #1558

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Conversation

samchungy
Copy link
Contributor

Need this to run some tests in my test template repo.

Copy link

changeset-bot bot commented May 9, 2024

🦋 Changeset detected

Latest commit: be04fc5

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@samchungy samchungy changed the title Allow skuba configure to take in stdin input Allow skuba configure to accept stdin input May 9, 2024
log.plain(log.bold(packageManager, 'install'));
log.plain(log.bold(packageManager, 'run', 'format'));
log.plain(log.bold(packageManager.install));
log.plain(log.bold(packageManager.exec, 'format'));
Copy link
Member

Choose a reason for hiding this comment

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

Is this right? IIRC, pnpm exec is for .bins and pnpm run is for package.json scripts.

Alternatively maybe we can simplify to just pnpm if that's reliable.

'skuba': minor
---

configure: Now accepts template data from stdin to allow for integration testing
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
configure: Now accepts template data from stdin to allow for integration testing
configure: Accept template data from stdin to allow for integration testing

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.

None yet

2 participants