https://github.com/anikhasibul/html2vecty
HTML to Vecty compiler! 😎 Transpiles all of your html codes to vecty components in a second! 😎 #move2vecty #html2vecty
https://github.com/anikhasibul/html2vecty
cli compiler components css front-end-development golang gopherjs html javascript transpiler vecty
Last synced: about 1 year ago
JSON representation
HTML to Vecty compiler! 😎 Transpiles all of your html codes to vecty components in a second! 😎 #move2vecty #html2vecty
- Host: GitHub
- URL: https://github.com/anikhasibul/html2vecty
- Owner: AnikHasibul
- License: gpl-3.0
- Created: 2018-09-08T18:46:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T20:06:44.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T01:11:45.667Z (over 1 year ago)
- Topics: cli, compiler, components, css, front-end-development, golang, gopherjs, html, javascript, transpiler, vecty
- Language: Go
- Homepage: https://anikhasibul.github.io/html2vecty
- Size: 19.5 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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`:
```shell
go get -v github.com/anikhasibul/html2vecty
```
Via `go install`:
```shell
go install -v github.com/anikhasibul/html2vecty
```
# Usage
From `html2vecty --help`
```txt
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 '
Hey Vecty
' | 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](https://github.com/AnikHasibul) (Maintainer and developer)
[Dave Brophy @dave](https://github.com/dave) (Original creator)
# Contribution Guidelines
> Welcome! DWTFYW