panzerdp / voca

The ultimate JavaScript string library
https://vocajs.pages.dev
MIT License
3.61k stars 136 forks source link

Custom build tool #16

Closed panzerdp closed 7 years ago

panzerdp commented 7 years ago

Voca library needs a custom build tool to generate configured builds.

Rough the command npm run build should implement the following settings:

For instance the following command creates a fp build exported as CommonJS of sprintf() and latinise() functions:

npm run build --functions sprintf,latinise --format cjs --fp
panzerdp commented 7 years ago

Decided for now to delay the implementation. May be reopened in case of necessity.