cl-svgstore

0.2.1 • Public • Published

Hey, this isn't really tested in production, let me know how it treats you.

Command line svg store

A less featured, command line version of grunt-svgstore.

Why?

Concat svgs without grunt or gulp.

Use

npm install cl-svgstore --save-dev

In package.json:

{
  "scripts": {
    "svg": "svgstore 'src/*.svg' dest/out.svg"
  }
}

Thanks to javascriptplayground for the node command line tutorial.

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style.

Release History

0.2.1

  • Fixes css parsing not namespacing duplicate classes

0.2.0

  • Adds css parsing!

0.1.3

  • Rework of file write order in preperation of future improvements on CSS parsing

0.1.1

  • Updated readme

0.1.0

  • Inital release

Readme

Keywords

Package Sidebar

Install

npm i cl-svgstore

Weekly Downloads

2

Version

0.2.1

License

BSD-2-Clause

Last publish

Collaborators

  • zachwolf