Skip to content

kaosf/clocure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clocure

Clojure + Precure = Clocure

Distibuted on Clojars.

Clojars Project

Usage

Add [clocure "1.0.5"] to your project.clj.

(defproject yourproject "0.1.0-SNAPSHOT"
  ; ...
  :dependencies [
                 ; ...
                 [clocure "1.0.5"]
                 ; ...
                 ]
  ; ...
  )

You can use many symbols about Precure!

(ns yourproject
  (:require [clocure.core :refer :all]))

(transform nagisa) ;=> black
; デュアル・オーロラ・ウェイブ!!
; 光の使者、キュアブラック!
; ふたりはプリキュア!
; 闇の力のしもべ達よ!
; とっととお家に帰りなさい!

(transform nagisa :with honoka) ;=> [black white]
; なぎさ・ほのか「デュアル・オーロラ・ウェイブ!!」
; ブラック「光の使者、キュアブラック!」
; ホワイト「光の使者、キュアホワイト!」
; ブラック・ホワイト「ふたりはプリキュア!」
; ホワイト「闇の力のしもべ達よ!」
; ブラック「とっととお家に帰りなさい!」

License

MIT

Copyright (C) 2013-2016 ka

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published