1.0.0 • Published 2 years ago

@yaronkoresh/bundler v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

NPM Package: @yaronkoresh/bundler

Code bundler:

  • Currently supports C/C++ only

Example:

const {Bundle} = require("@yaronkoresh/bundler");

const inputFile = "main.c";
const outputFile = "bundle.c";
const directory = "C:/Users/User/Documents"

Bundle(inputFile,outputFile,directory);

Enjoy!

1.0.0

2 years ago