Skip to content

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-extension

with global installation

shell
u-spy scaffold chrome-extension

example

  1. make a project

    shell
    mkdir my-project
    cd my-project
  2. npm init

    shell
    npm init -y
  3. install u-spy

    shell
    npm install -E u-spy
  4. start scaffolding

    shell
    npx u-spy scaffold chrome-extension