ipfs-shipyard / ipfs-deploy

Zero-Config CLI to Deploy Static Websites to IPFS
Other
1.16k stars 122 forks source link

Split CLI and API into separate packages #114

Open agentofuser opened 4 years ago

agentofuser commented 4 years ago

A more long-term idea: at some point it would be nice to have a monorepo with separate npm packages for the cli and the api. That way, heavier dependencies needed for better usability (say, CLI React?) can be segregated to the cli, leaving a lean, tree-shakeable api for other types of integrations.