0.1.4 • Published 3 years ago
@pouch/create-gsg-extension v0.1.4
Create gsg extension
This utility is one time use command to create a skeleton of a GSG browser extension.
The generated extension comes with support for Chrome, Firefox and Safari out of the box. It also comes with it's own build system (for development and building) based on webpack with Typescript and Sass support.
Utilization
The simplest way to use the utility is to invoke it with npx
npx @pouch/create-gsg-extension <directory>Where <directory> is the (relative) directory where the new extension project will be created
Building
To build the utility, either run the following command in the core folder
npm -w create-gsg-extension run buildor run npm run build from the core/packages/create-gsg-extension directory
Publishing
See the root documentation