extension-cli
Command line tool for building extensions/add-ons for chromium based browsers.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- codeql-analysis.yml
- publish.yml
- changelog.md
- code_of_conduct.md
- contributing.md
- feature.png
- gulpfile.js
- rootsuite.js
- texts.js
- utilities.js
- xt-build.js
- xt-clean.js
- xt-create.js
- xt-docs.js
- xt-sync.js
- xt-test.js
- 128x128.png
- 16x16.png
- 24x24.png
- 32x32.png
- background.js
- eslint.json
- icon.svg
- intro.md
- manifest.json
- messages.json
- package.json
- test.js
- actions.yml
- build.json
- docs.json
- gitlab.yml
- ignore
- readme.md
- travis.yml
- braintree.jpg
- clean-jsdoc-dark.jpg
- clean-jsdoc-light.jpg
- favicon.png
- foodoc.jpg
- guide.svg
- guide_icon.svg
- icon.svg
- jsdoc-default.jpg
- jsdoc-template.jpg
- tidy-jsdoc.jpg
- custom.css
- custom.js
- main.html
- 01-getting-started.md
- 02-configuration.md
- 03-xt-build-assets.md
- 03-xt-build-cmds.md
- 03-xt-build-copy.md
- 03-xt-build-locales.md
- 03-xt-build-manifest.md
- 03-xt-build-scripts.md
- 03-xt-build-styles.md
- 03-xt-build.md
- 04-xt-clean.md
- 05-xt-docs-templates.md
- 05-xt-docs.md
- 06-xt-sync.md
- 07-xt-test.md
- 08-xt-create.md
- 09-release-notes-0.md
- 09-release-notes.md
- 12-helpful.md
- 13-cli-development.md
- 13-dev-env.md
- 14-user-guide.md
- index.md
- cli-create.test.js
- cli-utilities.test.js
- README.md
- .eslintrc
- .gitignore
- .npmignore
- .travis.yml
- LICENSE
- mkdocs.yml
- package-lock.json
- package.json
- README.md
- renovate.json
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/MobileFirstLLC/extension-cli
Downloads the entire project code from GitHub to your computer.
cd extension-cli
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install extension-cli
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
