Skip to content

Commit

Permalink
Add missing README.md to templates
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Jul 9, 2024
1 parent 01c8e1a commit db892bd
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 0 deletions.
37 changes: 37 additions & 0 deletions src/chatgpt/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# react

> This project was bootstrapped using the Extension.js TypeScript template.
## Scripts Available

In the project directory, you can run:

### npm dev

```
// Runs the app in the development mode.
// Will open a new browser instance with your extension loaded.
// The page will reload when you make changes.
npm dev
```

### npm start

```
// Runs the app in the production mode.
// Will open a new browser instance with your extension loaded.
// This is how your browser extension will work once published.
npm start
```

### npm build

```
// Builds the app for production.
// Bundles your browser extension in production mode for the target browser.
npm run build
```

## Learn More

You can learn more in the [Extension.js](https://extension.js.org) documentation.
37 changes: 37 additions & 0 deletions src/content/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# react

> This project was bootstrapped using the Extension.js TypeScript template.
## Scripts Available

In the project directory, you can run:

### npm dev

```
// Runs the app in the development mode.
// Will open a new browser instance with your extension loaded.
// The page will reload when you make changes.
npm dev
```

### npm start

```
// Runs the app in the production mode.
// Will open a new browser instance with your extension loaded.
// This is how your browser extension will work once published.
npm start
```

### npm build

```
// Builds the app for production.
// Bundles your browser extension in production mode for the target browser.
npm run build
```

## Learn More

You can learn more in the [Extension.js](https://extension.js.org) documentation.
37 changes: 37 additions & 0 deletions src/init/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# react

> This project was bootstrapped using the Extension.js TypeScript template.
## Scripts Available

In the project directory, you can run:

### npm dev

```
// Runs the app in the development mode.
// Will open a new browser instance with your extension loaded.
// The page will reload when you make changes.
npm dev
```

### npm start

```
// Runs the app in the production mode.
// Will open a new browser instance with your extension loaded.
// This is how your browser extension will work once published.
npm start
```

### npm build

```
// Builds the app for production.
// Bundles your browser extension in production mode for the target browser.
npm run build
```

## Learn More

You can learn more in the [Extension.js](https://extension.js.org) documentation.
37 changes: 37 additions & 0 deletions src/new/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# react

> This project was bootstrapped using the Extension.js TypeScript template.
## Scripts Available

In the project directory, you can run:

### npm dev

```
// Runs the app in the development mode.
// Will open a new browser instance with your extension loaded.
// The page will reload when you make changes.
npm dev
```

### npm start

```
// Runs the app in the production mode.
// Will open a new browser instance with your extension loaded.
// This is how your browser extension will work once published.
npm start
```

### npm build

```
// Builds the app for production.
// Bundles your browser extension in production mode for the target browser.
npm run build
```

## Learn More

You can learn more in the [Extension.js](https://extension.js.org) documentation.
37 changes: 37 additions & 0 deletions src/vue-typescript/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# react

> This project was bootstrapped using the Extension.js TypeScript template.
## Scripts Available

In the project directory, you can run:

### npm dev

```
// Runs the app in the development mode.
// Will open a new browser instance with your extension loaded.
// The page will reload when you make changes.
npm dev
```

### npm start

```
// Runs the app in the production mode.
// Will open a new browser instance with your extension loaded.
// This is how your browser extension will work once published.
npm start
```

### npm build

```
// Builds the app for production.
// Bundles your browser extension in production mode for the target browser.
npm run build
```

## Learn More

You can learn more in the [Extension.js](https://extension.js.org) documentation.
37 changes: 37 additions & 0 deletions src/vue/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# react

> This project was bootstrapped using the Extension.js TypeScript template.
## Scripts Available

In the project directory, you can run:

### npm dev

```
// Runs the app in the development mode.
// Will open a new browser instance with your extension loaded.
// The page will reload when you make changes.
npm dev
```

### npm start

```
// Runs the app in the production mode.
// Will open a new browser instance with your extension loaded.
// This is how your browser extension will work once published.
npm start
```

### npm build

```
// Builds the app for production.
// Bundles your browser extension in production mode for the target browser.
npm run build
```

## Learn More

You can learn more in the [Extension.js](https://extension.js.org) documentation.

0 comments on commit db892bd

Please sign in to comment.