interview-questions
Advanced tools
Comparing version 1.0.4 to 1.1.1
@@ -35,3 +35,3 @@ #!/usr/bin/env node | ||
logHeader(`Question: ${title}`); | ||
console.info(`Answer: ${url}`); | ||
console.info(`Answer: \x1b]8;;${url}\x1b\\${url}\x1b]8;;\x1b\\`); | ||
logDivider(); | ||
@@ -38,0 +38,0 @@ }); |
{ | ||
"name": "interview-questions", | ||
"version": "1.0.4", | ||
"version": "1.1.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -16,23 +16,2 @@ ![alt text](image.png) | ||
## Installation | ||
Ensure you have [Node.js](https://nodejs.org/) installed on your machine. | ||
1. Clone the repository: | ||
```bash | ||
git clone https://github.com/fix2015/interview-questions.git | ||
``` | ||
2. Navigate to the project directory: | ||
```bash | ||
cd interview-questions-cli | ||
``` | ||
3. Install dependencies: | ||
```bash | ||
npm install | ||
``` | ||
4. Make the CLI globally accessible (optional): | ||
```bash | ||
npm link | ||
``` | ||
## Usage | ||
@@ -39,0 +18,0 @@ |
1329344
40
78