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 😌
- Host: GitHub
- URL: https://github.com/shridhar-dev/wiff
- Owner: Shridhar-dev
- Created: 2024-02-23T10:06:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T22:30:40.000Z (over 2 years ago)
- Last Synced: 2025-03-19T12:08:14.719Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 😌

## 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** 🛠️