@protonapp/proton-cli

CLI tool to bundle & distribute Proton libraries

Usage no npm install needed!

<script type="module">
  import protonappProtonCli from 'https://cdn.skypack.dev/@protonapp/proton-cli';
</script>

README

Founder CLI

Dev Server

The dev server allows you to develop components locally, and test them in the foundry editor, without having to publish your packages.

Dev Server Usage

From your component repo, run:

npx foundry dev

Then from the editor, reload the page, and look under the "Add Layer" menu. You should see your local components available to add to your project.

Note: if you want to use a different dev-server than the default one, set FOUNDRY_DEV_SERVER=https://...