0.0.2 • Published 5 years ago
linkshelf v0.0.2
LinkShelf
A command-line tool to generate your own "linktree-like" website.
Install
npm i -g linkshelfUsage
> linkshelf [config] [outDir]Example:
> linkshelf myconfig.json distConfiguration
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