1.2.3 • Published 7 years ago

image-prefixr v1.2.3

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

###Simple image pre-fixer if your project requires you to prefix your images.

Run this to rename all your images instead of doing this in image editing software like photoshop.

npm install

Change the following vars to match your file system and prefix

npm.io

var imagesFolder = 'path to your images Folder'
var imagesDirectory = 'path to images directory'

You can either define your own prefix

var prefix = 'your prefix'

or if you have some sort of build deployment json, you can define the path the the file.

var = deploymentFile

after defining your variables, run

node prefix.js

to run the prefixr.

Next steps

convert into gulp plugin to port into gulp build Contributors Welcome!

License

Copyright (c) 2016 Adrian Kopczewski MIT

1.2.3

7 years ago

1.2.2

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago