0.1.27 • Published 8 years ago

websitewrapper v0.1.27

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

alt text

About

This Project does what it says on the tin. Wrap web apps natively for osx or windows <3

Installation

npm install websitewrapper -g

Usage

You need to pass three things into it.

  • -u or -url : The url of the website you want to create the shortcut for.
  • -t or -title : The title of the website.
  • -i or icon: The icon (its full path) you want pass (To convert images to icns visit iconverticons )

It will then create a folder called build on your desktop. Everything is in there now.

Command

websitewrapper -url http://www.google.ie -title Google -icon /Users/robertjgabriel/desktop/icon.icn

Test

This will cretae a default package

npm test

Code

var websitewrapper = require('websitewrapper'),

  websitewrapper.create("http://www.google.ie","google","logo.icns");

Support

  • OSX 64 bit
  • Windows 64 bit (Windows 7 + )

Example

As you can see stupid project really but a nice on all the same.

alt text

0.1.27

8 years ago

0.1.24

8 years ago

0.1.22

8 years ago

0.1.19

8 years ago

0.1.18

8 years ago

0.1.17

8 years ago

0.1.16

8 years ago

0.1.15

8 years ago

0.1.13

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago