Skip to content

apfelstrudels/debux-stubs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

debux-stubs - fork for use with shadow-cljs

shadow-cljs does not allow for dependencies to be exchanged for different build targts, or at least I did not figure out how to do it. Also I do prefer to explicitly express different functionality.

With this fork I simply renamed the debux namespace to debux-stubs for all stubs intendend for production builds.

That way one can use shadow-cljs' :ns-aliases feature to switch between the two libraries.

philoskim/debux                     {:mvn/version "0.7.9"}
apfelstrudels/debux-stubs           {:git/url "https://github.com/apfelstrudels/debux-stubs.git", :sha "34b1269addcf4c47e27387ba7b61cd6602870314"}

:release {:build-options {:ns-aliases {debux.cs.core debux-stubs.cs.core}}}

debux-stubs

Debux

1. Installation

  • To include debux-stubs in your project, simply add the following to your project.clj dependencies.

[philoskim/debux-stubs "0.7.9"]

2. License

Copyright © 2018—​2020 Young Tae Kim

Distributed under the Eclipse Public License either version 1.0 or any later version.

About

Debux library for production

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 100.0%