glippi / arke

:boom: Find out how everything started!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ἀρχή: how everything started

the initial (starting) point

oclif Version CircleCI Downloads/week License

About

Often I found myself looking at a project that I like and thinking: "How does this thing start in the very beginning?", but then, finding the first commit it's not so straightforward; so...this is how I met the idea of arke.

What is Arke

Arke is a cli utility, written in JavaScript, that given an owner and a repository will give you the url where you can find the first commit (or at least one of the very first!) of the repository you are looking for. The process is still not 100% exact right now, I'm still working on a more solid solution.

Installation

$ npm install -g arke

or you can immediately using it without the need of installation with:

$ npx arke

Usage

You can use arke in two ways:

  1. passing to the cli with -f flag the repositoryOwner followed by a / and the repositoryName, for example:
$ npx arke -fglippi/arke
  1. answering the questions that the cli will prompt to you, in this case you just have to write arke and hit enter:
$ npx arke

then the cli will ask you for owner and repository name like below:

$ Enter repository name
$ Enter repository author

About the name

ἀρχή is a greek word which means beginning. More details here

License

MIT

About

:boom: Find out how everything started!

License:MIT License


Languages

Language:JavaScript 99.4%Language:Batchfile 0.6%