0.0.6 • Published 5 years ago

nodecpp v0.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

nodecpp

This wil compile and run main.cpp on a filechange from main.cpp

It will run:

g++ main.cpp -o main
./main

install

npm i . -g

or with npm

npm i nodecpp -g

run

You need to have a file main.cpp in the directory

#include <iostream>

int main() {
    std::cout << "Hallo, nodecpp" << std::endl;
    return 0;
}

than run

nodecpp

if you want to run other files

nodecpp other

Thats it. For now it will not watch other files

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago