html2vecty

command module
v0.0.0-...-ea124c0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 10, 2018 License: GPL-3.0 Imports: 10 Imported by: 0

README

html2vecty

HTML to Vecty compiler! 😎 Transpiles all of your html codes to vecty components in a second! 😎 #move2vecty #html2vecty

A tool for transpiling html source code to vecty component!

Installation

Via go get:

go get -v github.com/anikhasibul/html2vecty

Via go install:

go install -v github.com/anikhasibul/html2vecty

Usage

From html2vecty --help

html2vecty - A tool for transpiling html source code to vecty component!

Example usage:

1. FROM STDIN: html2vecty can transpile your code from stdin. ex:
	$ cat index.html | html2vecty
or
	$ echo '<h1>Hey Vecty</h1>' | html2vecty

2. FROM FILES: html2vecty can transpile your code from files. ex:
	$ html2vecty index.html

By default html2vecty writes output on stdout. So writing to file is easy!
	$ html2vecty index.html > index.go

Done!

For any kind of query, issue, suggestion,

https://github.com/AnikHasibul/html2vecty
anikhasibul@outlook.com

Thank you!

Stolen?

Yes!

From where?

From https://github.com/dave/html2vecty

Authors

Anik Hasibul @AnikHasibul (Maintainer and developer)

Dave Brophy @dave (Original creator)

Contribution Guidelines

Welcome! DWTFYW

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL