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 nargo init command #1859

Merged
merged 1 commit into from
Jul 25, 2023
Merged

feat: add nargo init command #1859

merged 1 commit into from
Jul 25, 2023

Conversation

TomAFrench
Copy link
Member

Description

Problem*

Resolves #1852

Summary*

This PR adds the nargo init command. Marking this as draft for the time being as I want to test some edge cases.

Documentation

  • This PR requires documentation updates when merged.

    • I will submit a noir-lang/docs PR.
    • I will request for and support Dev Rel's help in documenting this PR.
      • Nargo will have a new nargo init command which will create a new project in the current directory.

Additional Context

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

@phated
Copy link
Contributor

phated commented Jul 5, 2023

Should we deprecate new?

@TomAFrench
Copy link
Member Author

I don't think we need to deprecate new. We have both cargo new and cargo init living in parallel.

@jfecher
Copy link
Contributor

jfecher commented Jul 5, 2023

Should we deprecate new?

new and init in cargo are for different usecases so we should have both to match cargo.

@kevaundray
Copy link
Contributor

@TomAFrench whats the status of this PR?

@TomAFrench TomAFrench marked this pull request as ready for review July 25, 2023 07:10
@TomAFrench TomAFrench requested a review from kevaundray July 25, 2023 07:10
@TomAFrench TomAFrench added this pull request to the merge queue Jul 25, 2023
Merged via the queue into master with commit 2d87c87 Jul 25, 2023
@TomAFrench TomAFrench deleted the noir-init branch July 25, 2023 13:43
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.

nargo init command
4 participants