Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ This tool has no native dependencies (**no need for ImageMagick or even Photosho
You just need to have a recent version of NodeJS installed on your system.

## Install

npm
```
npm install -g psd-cli
```
yarn
```
yarn add global psd-cli
```

## Usage

Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
"name": "psd-cli",
"version": "0.2.1",
"version": "0.2.2",
"description": "Convert to PNG and extract text from Photoshop files using the CLI",
"author": "Simon Tarchichi <kartsims@gmail.com>",
"bin": {
"psd": "./bin/psd.js"
},
"main": "index.js",
"engines": {
"node": "5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kartsims/psd-cli"
Expand All @@ -26,7 +23,7 @@
"chalk": "1.1.1",
"commander": "2.9.0",
"file-type": "3.3.0",
"psd": "3.1.0",
"psd": "3.2.0",
"read-chunk": "1.0.1"
},
"devDependencies": {},
Expand Down