0.1.4 • Published 1 year ago

@pouch/create-gsg-extension v0.1.4

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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 build

or run npm run build from the core/packages/create-gsg-extension directory

Publishing

See the root documentation

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago