/ejikit

Generate a useful template for eji

Primary LanguageGoMIT LicenseMIT

ejikit

Generate a useful template for eji

Install

$ go get github.com/fukumone/ejikit

Usage

Create template for emoji

package main

import (
  "github.com/fukumone/ejikit"
)

func main() {
  ejikit.CreateTemplate()
}

Output emoji list

package main

import (
  "github.com/fukumone/ejikit"
)

func main() {
  ejikit.EmojiOutput()
}

Output oneline emoji

package main

import (
  "github.com/fukumone/ejikit"
)

func main() {
  ejikit.OnLineEmojiOutPut()
}