Common
1. Where should I be running the npx commands?
Most of the commands need to be run from the project root directory that you will create for your extension.
Let's take an example:
You want to build an extension called twitter-news, first you will create a new directory called twitter-news and cd into it.
You can now initialise the extension based on the type of the extension you need.
So for a sidebar, you will run (In twitter-news directory)
npx ChromeKit-Org/cli init content-script-sidebarLast updated