1.0.4 • Published 4 years ago
@criticalcarpet/hyperlinkjs v1.0.4
❯ Getting started
❯ Install
Install with npm:
$ npm install @criticalcarpet/hyperlinkjs --global
Install with yarn:
$ yarn global add @criticalcarpet/hyperlinkjs
(Requires Node.js 14.x or higher. Please let us know if you need support for an earlier version by creating an issue.)
❯ Usage
For a new project :
- Open your terminal inside the project directory and run :
$ hyperlinkjs
Your pre-built project template will be built.
- Then you can edit the
package.json
file and fill out the missing fields.- Next to install the dependencies run :
for npm:
$ npm install
for yarn:
$ yarn add
- Here you can change the css as per your wish and style the preview card.
- To add new links just create a anchor tag and add the
show
class to it. Wollah, your preview is ready.
For pre-built Projects :
(WIP)
❯ Credit
Thanks to Lcf.vs, creator of anticore
and @lcf.vs/dom-engine
which has been used for templating our previews and for also contributing out.