robor-systems / agoric-amm

AMM application based on agoric
1 stars 0 forks source link

Add `agoric add <package-name>` command #6

Open danishyasin33 opened 2 years ago

danishyasin33 commented 2 years ago

There is no easy way to install packages in the UI of an Agoric dapp. Currently user has to manually insert package name in packages.json file in the ui directory. This is inconvenient.

There should be a command similar to agoric add <package-name> that easily installs packages in the UI directory.

I believe Agoric uses workspaces to install packages in the dapp projects. So we will need to think about that while building this command.

Hussain-7 commented 2 years ago

Update 15th Feb 2022

Hussain-7 commented 2 years ago

Update 16th Feb 2022