create-webextension icon indicating copy to clipboard operation
create-webextension copied to clipboard

Setup a new npm project with `web-ext` as a dependency

Open birtles opened this issue 6 years ago • 0 comments

Rather than telling the user to install web-ext globally, would it be better to actually create a package.json with web-ext as a devDependency and setup scripts to call the appropriate web-ext commands using npm start, npm run build, npm run lint etc.

That would allow users to more easily reproduce their setup in CI etc.

birtles avatar Mar 23 '18 01:03 birtles