2.0.8 • Published 10 years ago

psdcss v2.0.8

Weekly downloads
11
License
ISC
Repository
github
Last release
10 years ago

#instruction

create a sprite in psd, the script generates the CSS and image

Installation

npm install -g psdcss

Usage

project/www $ psdcss

Pattern

Project	
	|
	|.gitignore
	|psd.json
	|package.json
	|README.md

File config path name: psd.json

{
	"conf" : [{
		"psd":  "/projects/site/psd/",
		"css" : "/projects/site/styles/sass/scss/components/",
		"style": "css",
		"img" : "/www/public/img/"
	}]

}

License

MIT License © Jaffar Cardoso

2.0.8

10 years ago

2.0.7

10 years ago

2.0.6

10 years ago

2.0.5

10 years ago

2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago