This is a cover letter generator that I only used a handful of times. While this is not a tool that I'd recommend (its best to tailer a cover letter to a job if you're going to do it at all) i'm leaving it here as a learning tool to refer to later in learning the electon platform.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/electron/electron-quick-start
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm startThe index.html file needs to be edited for how you want your letter to read. Then you need to enter the information specific to the job (Company name, job position, skills pertinent to job) Please do not enter any punctuation.
After generating the message, you can press the copy text button to copy the message to post it to online job postings.
Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.
- electron.atom.io/docs - all of Electron's documentation
- electron.atom.io/community/#boilerplates - sample starter apps created by the community
- electron/electron-quick-start - a very basic starter Electron app
- electron/simple-samples - small applications with ideas for taking them further
- electron/electron-api-demos - an Electron app that teaches you how to use Electron
- hokein/electron-sample-apps - small demo apps for the various Electron APIs
