Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

marcello-dev/codestrap

Repository files navigation

Codestrap Chrome Extension

Google Chrome extension Codestrap. Note: this extension is no longer available on Google Chrome Store.

This extensions allows to bootstrap a project with few clicks:

  1. Click on the extension
  2. Select the language (Java, Python, etc.)
  3. Select the framework, build tool, etc.
  4. Enter the project name
  5. Launch!

You will need a Github account and a Gitpod account to launch a project successfully. The extension will guide you through the accounts creation.

After you launch your first project, the code will be saved in your Github repository!

Installation for local development

  1. Make sure you have Node.js installed
  2. Clone the project
  3. Go to the codestrap folder cd codestrap
  4. Install dependencies: npm install
  5. Install webpack-cli: npm install -D webpack-cli
  6. Build the extension with: npx webpack --config webpack.config.js
  7. Open Google Chrome and go to Extensions
  8. Enable developer mode
  9. Click "Load unpacked"
  10. Locate and select the dist folder in this project
  11. The extension is installed succesfully in your browser

About

Extension to bootstrap a Gitpod project

Resources

License

Stars

Watchers

Forks

Packages

No packages published