@yaronkoresh/bundler

1.0.0 • Public • Published

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!

Readme

Keywords

none

Package Sidebar

Install

npm i @yaronkoresh/bundler

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

5.06 kB

Total Files

5

Last publish

Collaborators

  • yaronkoresh