A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nfriend/ts-git below:

nfriend/ts-git: A naïve implementation of git, written in TypeScript. Built to help me understand how git works under the hood.

A naïve implementation of git, written in TypeScript: http://ts-git.nathanfriend.io. Built to help me understand how git works under the hood.

This implementation is heavily based on the excellent Write yourself a Git! tutorial.

Please don't actually use ts-git for anything serious 😂.

This repo contains the source the ts-git library and the ts-git demo app.

The ts-git library can be used in two ways: as an ES6 JavaScript module or as a command line utility.

This module is designed to work both in the browser and on the server (in Node).

First, install the module:

npm install @nathanfriend/ts-git --save

Then, import and use the module:

import { TsGit } from '@nathanfriend/ts-git';

const tsGit = new TsGit();

// View the documentation in the /lib directory
// of this repo for more usage details

More complete usage details can be found in the lib directory in this repo.

First, install the ts-git module globally:

npm install -g @nathanfriend/ts-git

Then use the ts-git command as a drop-in replacement for git:

To the see the list of available commands, run ts-git --help.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4