UNPKG

eths-git

Version:

**eths-git-remote** is a decentralized Git solution designed to manage repositories on-chain. It provides two main components:

8 lines (7 loc) 184 B
import readlineSync from 'readline-sync'; export function promptPassword(message) { return readlineSync.question(message, { hideEchoBack: true, mask: '*' }); }