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: streamline dfx new output #4073

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ericswanson-dfinity
Copy link
Member

Description

Before

$ dfx new h27 --type motoko --frontend react
Fetching manifest https://sdk.dfinity.org/manifest.json
  Installed dfx 0.24.3+rev52.6d2b777e9 to cache.
Creating new project "h27"...
⠤ Installing node dependencies...

added 106 packages, and audited 108 packages in 6s

20 packages are looking for funding
  run `npm fund` for details

  Done.
Initializing git repository...
===============================================================================
        Welcome to the internet computer developer community!

To learn more before you start coding, check out the developer docs and samples:

- Documentation: https://internetcomputer.org/docs/current/developer-docs
- Samples: https://internetcomputer.org/samples
===============================================================================

After

$ dfx new h26 --type motoko --frontend react
Creating new project "h26"...
===============================================================================
        Welcome to the internet computer developer community!

To learn more before you start coding, check out the developer docs and samples:

- Documentation: https://internetcomputer.org/docs/current/developer-docs
- Samples: https://internetcomputer.org/samples
===============================================================================

Fixes https://dfinity.atlassian.net/browse/SDK-1940

How Has This Been Tested?

Tested manually

Checklist:

  • The title of this PR complies with Conventional Commits.
  • I have edited the CHANGELOG accordingly.
  • I have made corresponding changes to the documentation.

@ericswanson-dfinity ericswanson-dfinity marked this pull request as ready for review January 22, 2025 01:15
@ericswanson-dfinity ericswanson-dfinity requested a review from a team as a code owner January 22, 2025 01:15
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.

1 participant