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(create-dapp): npm create @agoric/dapp ... uses agoric init #8530

Merged
merged 4 commits into from
Nov 14, 2023

Conversation

michaelfig
Copy link
Member

@michaelfig michaelfig commented Nov 13, 2023

Description

As described in packages/create-dapp/README.md: To make a new Agoric Dapp in the foo subdirectory, you can use:

$ yarn create @agoric/dapp foo

[...]

Each of the above commands are shorthand for installing the agoric package, then running agoric init foo.

Security Considerations

No more than the existing considerations for agoric init.

Scaling Considerations

n/a

Documentation Considerations

Will need documentation if Product Management decides this is a feature we should advertise.

Testing Considerations

Only basic sanity tests so far. Should be further explored as part of CI.

Upgrade Considerations

n/a

@michaelfig michaelfig self-assigned this Nov 13, 2023
@michaelfig michaelfig changed the base branch from hack-getting-started to release-getting-started November 14, 2023 15:44
@michaelfig michaelfig marked this pull request as ready for review November 14, 2023 16:34
@michaelfig michaelfig merged commit d127d1d into release-getting-started Nov 14, 2023
62 checks passed
@michaelfig michaelfig deleted the mfig-create-dapp branch November 14, 2023 16:35
mhofman pushed a commit that referenced this pull request Jan 30, 2024
feat(create-dapp): `npm create @agoric/dapp ...` uses `agoric init`
mhofman pushed a commit that referenced this pull request Jan 30, 2024
feat(create-dapp): `npm create @agoric/dapp ...` uses `agoric init`
mhofman pushed a commit that referenced this pull request Jan 30, 2024
feat(create-dapp): `npm create @agoric/dapp ...` uses `agoric init`
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