blixai / blix

⚙️🔧 CLI tool and scripting library to create, automate, and enhance Javascript applications
https://docs.blixjs.com
MIT License
26 stars 2 forks source link

Export helpers to be used in project scripts #468

Closed DBULL7 closed 5 years ago

DBULL7 commented 5 years ago

This is a significant commit. It allows the helpers.js to be used inside other projects. I also cleaned up the package.json and renamed the previous index.js to cli.js since that is running the cli aspect of this project. To test create a basic project run npm install blix@beta and require functions from our helpers.js file like "writeFile" or "mkdirSync". We can now beef up the embedded scripts!!