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:
- Click on the extension
- Select the language (Java, Python, etc.)
- Select the framework, build tool, etc.
- Enter the project name
- 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!
- Make sure you have Node.js installed
- Clone the project
- Go to the codestrap folder
cd codestrap - Install dependencies:
npm install - Install webpack-cli:
npm install -D webpack-cli - Build the extension with:
npx webpack --config webpack.config.js - Open Google Chrome and go to Extensions
- Enable developer mode
- Click "Load unpacked"
- Locate and select the
distfolder in this project - The extension is installed succesfully in your browser