build-chrome-extension
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -33,3 +33,3 @@ #!/usr/bin/env node | ||
// Show Title | ||
console.log(chalk.yellow(figlet.textSync("Create Chrome Ext.", { horizontalLayout: "full" }))); | ||
console.log(chalk.yellow(figlet.textSync("Build Chrome Ext.", { horizontalLayout: "full" }))); | ||
console.log('By', chalk.blueBright('M2K Developments')); | ||
@@ -36,0 +36,0 @@ |
{ | ||
"name": "build-chrome-extension", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Node Js CLI tool that auto generates the necessary files and manifest.json for the chrome extension you want to build.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# create-chrome-extension | ||
![Static Badge](https://img.shields.io/badge/manifest_version_3-blue?style=plastic&logo=chrome&logoColor=%23AA4477&logoSize=20&label=chrome%20extension) | ||
![Static Badge](https://img.shields.io/badge/v1.0.0-maroon?style=plastic&logo=npm&logoColor=maroon&logoSize=20&label=version) | ||
![Static Badge](https://img.shields.io/badge/v1.0.1-maroon?style=plastic&logo=npm&logoColor=maroon&logoSize=20&label=version) | ||
![Static Badge](https://img.shields.io/badge/MIT-green?style=plastic&logo=license&logoColor=green&label=license) | ||
@@ -16,3 +16,3 @@ ![Static Badge](https://img.shields.io/badge/m2kdevelopments-purple?style=plastic&logo=github&logoColor=purple&label=developer&link=https%3A%2F%2Fgithub.com%2Fm2kdevelopments) | ||
## Build Create Chrome Extension Template | ||
## Build Chrome Extension Template | ||
<img src="./assets/logo.png" alt="logo" width="50px"/> | ||
@@ -19,0 +19,0 @@ Node JS CLI tool that auto generates the necessary files for your Manifest 3 Chrome Extension in your <strong>favourite framework</strong>. |
218154