0.0.1 • Published 7 years ago

@harold4/string-escape-for-cpp v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

String escape for c/++

========================

Escape the string that can be use in c/c++

Installation

npm install @harold4/string-escape-for-cpp

Usage

grunt

var escapeCpp = require('@harold4/string-escape-for-cpp');

grunt.initConfig({
    ...
    copy: {
        escape: {
            src: 'dist/index.html', dest: 'dist/index.escaped.html', options: {process: escapeCpp}
        }
    },
    ...
});

...
grunt.loadNpmTasks('grunt-contrib-copy');

Tests

npm test

0.0.1

7 years ago