An open API service indexing awesome lists of open source software.

https://github.com/shridhar-dev/wiff

a simple cli tool built in nodejs and typescript to deal with file work of computer lab at college 😌
https://github.com/shridhar-dev/wiff

Last synced: 3 months ago
JSON representation

a simple cli tool built in nodejs and typescript to deal with file work of computer lab at college 😌

Awesome Lists containing this project

README

          

# Wiff ✨ - Code to Word in Jiff!
### a simple cli tool built to deal with file work of computer lab 😌

![banner](https://res.cloudinary.com/dnwckxyyr/image/upload/v1708715673/shuaqkjmmpltbmj1sasq.png)


## Installation ⬇️

### Requirements

```shell
node >= 20.0.0
npm >= 10.2.0
```

### Through NPM 📦
Not published on NPM as of yet

### Manual Installation 💪
1. Clone the repo
```shell
git clone https://github.com/Shridhar-dev/wiff
```
2. Install the dependencies
```shell
pnpm install
```
3. Compile down Typescript to Javascript
```shell
npx tsc
```
4. Make it usable through command-line
```shell
npm link
```
5. Add your aim as a comment followed by a $ at the start of your c file

```c
// HERE GOES THE AIM$

// rest code goes here
#include

int main(){

return 0;
}
```

6. Run the wiff command in command prompt and follow the prompts

```shell
wiff
```

### **CURRENTLY UNDER DEVELOPMENT** 🛠️