0.0.2 • Published 3 years ago

linkshelf v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

LinkShelf

A command-line tool to generate your own "linktree-like" website.

Install

npm i -g linkshelf

Usage

> linkshelf [config] [outDir]

Example:

> linkshelf myconfig.json dist

Configuration

Here is an example configuration

{
  "profilePicture": "./assets/pic.png",
  "name": "YCM Jason",
  "links": [
    {
      "title": "Github",
      "url": "https://github.com/ycmjason"
    },
    {
      "title": "Youtube",
      "url": "https://www.youtube.com/channel/UC5dnaJZdEShWfZOwSCXNGcA"
    }
  ]
}

Author

YCM Jason

0.0.2

3 years ago

0.0.1

3 years ago