Scaffold for chrome extension
We can make a scaffold for chrome extension with u-spy cli.
about available versions
available versions are 0.26.0 or greater than it.
with local installation
shell
npx u-spy scaffold chrome-extensionwith global installation
shell
u-spy scaffold chrome-extensionexample
make a project
shellmkdir my-project cd my-projectnpm init
shellnpm init -yinstall u-spy
shellnpm install -E u-spystart scaffolding
shellnpx u-spy scaffold chrome-extension