linkshelf

0.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i linkshelf

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

5.71 kB

Total Files

3

Last publish

Collaborators

  • ycm.jason