cdefine

0.0.2 • Public • Published

cdefine

cdefine([
    { FOO: 0xFF, BAR: 0xF0 },
    { TRUE: 'FALSE' }
], {hex: true});

Yields

#define FOO 0xFF
#define BAR 0xF0

#define TRUE FALSE

Have fun! <3

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i cdefine

      Weekly Downloads

      0

      Version

      0.0.2

      License

      MIT

      Last publish

      Collaborators

      • jaz303