Skip to content

pevecyan/Gitme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Gitme

Makes writing READMEs for git faster and easier!

Project Setup

Set up environment to start working on this project.

Requirements:

  • nodejs (npm)

Setup

  • Get source code from GitHub. Directory structure should look something like this:
/GitMe
  /app
  /.gitignore
  /README.md
  • Inside GitMe folder run following npm commands
npm install electron-prebuilt --save-dev
npm install markdown-it
  • And you are ready to go!

Run

  • To start GitMe run following command in GitMe directory
node_modules\electron-prebuilt\dist\electron.exe app
  • And stop it with ctrl+c in command prompt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published