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

Adds quiet option #12

Closed
wants to merge 6 commits into from
Closed

Conversation

steveruizok
Copy link

@steveruizok steveruizok commented Sep 14, 2021

This PR adds a -q --quiet option to suppress console logs. If a user provides both quiet and verbose flags, the verbose flag will win.

@steveruizok
Copy link
Author

Added an example project for testing the CLI.

cd example
yarn build
yarn build -q
yarn build -v

@steveruizok
Copy link
Author

Added a files option to the package.json to prevent publishing the src folder.

@jonkwheeler
Copy link
Owner

Make sure to get the README options updated.

@jonkwheeler
Copy link
Owner

jonkwheeler commented Sep 14, 2021

I don't want examples/tsconfig.types.cjs.json and examples/tsconfig.types.esm.json erased as they are what a user would need to export a package with both CommonJs and ESM. This is explained here on the README. Can we make sure those stay and update the README is their path has changed?

@jonkwheeler
Copy link
Owner

Give me a bit here and I'll test this out. Thanks!

@jonkwheeler
Copy link
Owner

Just following up. I was away for awhile getting hitched. Settling back in.

@jonkwheeler
Copy link
Owner

jonkwheeler commented Oct 21, 2021

See: #15

@jonkwheeler
Copy link
Owner

Actually, I changed my mind. If you install 0.0.8 there will only be 1 confirmation log, and that's it.

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