Skip to content

command line interface for concatenating svg files to a svg sprite

Notifications You must be signed in to change notification settings

zachwolf/cl-svgstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

command line interface for concatenating svg files to a svg sprite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published