2.0.8 • Published 8 years ago

psdcss v2.0.8

Weekly downloads
11
License
ISC
Repository
github
Last release
8 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

8 years ago

2.0.7

8 years ago

2.0.6

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago