The browser extension framework
View the Project on GitHub exteranto/exteranto.github.io
Getting StartedInstall the Exteranto CLI and use it to scaffold your application with a single command.
npm i -g @exteranto/cli
ext create my-extension
Or you can clone the exteranto/exteranto
repository manually.
git clone git@github.com:exteranto/exteranto.git my-application
cd my-application
npm i
rm -rf .git
git init