chimney

0.2.0 • Public • Published
~~ chimney ~~         Keeps you warm.
-------------------------------------

       cold? Freezing? KEEP
         ~YOURSELF WARM~
            with a
        s0othing CHIMNEY
                  that
                    ‘consumes
                        your
                          logs'.

                        -- WHAT -
  ANSI escape sequence animation of
  an ASCII fire which intensity is
  modulated by the amount of
  (console) logs you feed into it.
  
                        -- HOW --
  You could set up your chimney with
  npm by doing:
  
  $ npm install -g chimney
  
  And then just go to your project,
  and type:
  
  $ chimney path/to/your/files

                        -- WAIT --
  Add a chimney to your build process
  to burn the logs before you minify.

  chimney = require('chimney');

  chimney.removeLogsForEachFiles(
    function('.', function(code) {

      // code is stripped from any
      // logs.
    });
  );

-------------------------------------
Michael Sokol.

Readme

Keywords

none

Package Sidebar

Install

npm i chimney

Weekly Downloads

11

Version

0.2.0

License

none

Last publish

Collaborators

  • mikaa123