Ntable is a Clojure namespace dependency table generator.
 
https://github.com/runexec/ntable
 
Example output of command: java -jar ntable-0.1.0-SNAPSHOT-standalone.jar /src/chp/

chp/src/chp/routes/example.clj

:use

chp.core
compojure.core
[chp.html :only [escape]]

chp/src/chp/routes/user.clj

:use

chp.core

chp/src/chp/routes/chp.clj

:use

chp.core
[cheshire.core :only [generate-string]]
[chp.api :only [api->where]]
[chp.builder :only [binding-exist?]]

chp/src/chp/clean.clj

chp/src/chp/migration.clj

:refer-clojure

:exclude
[complement alter drop bigint boolean char double float time]


:use

[chp.db :only [*db*]]
(lobos core connectivity migration)

chp/src/chp/password.clj

chp/src/chp/handler.clj

:use

compojure.core
chp.html
chp.template
[chp.core :exclude [korma-db]]
[chp.api :only [api->where api-dir]]
[chp.db :only [*db*]]
[garden.core :only [css]]


:require

chp.server
[compojure.route :as route]
[korma.db :as kdb]
[korma.core :as kc]
[noir.session :as session]
[chp.routes.chp :refer [chp-builder-paths]]
[chp.routes.example :refer [example-routes]]
[chp.routes.user :refer [user-table-routes]]

chp/src/chp/html.clj

:require

hiccup.core
hiccup.util
hiccup.form
hiccup.element

chp/src/chp/server.clj

chp/src/chp/api.clj

:use

[chp.db :only [*db*]]


:require

[korma.db :as kdb]
[korma.core :as kc]

chp/src/chp/package.clj

:refer-clojure

:exclude
[bigint boolean char double float time]


:use

[chp.schema :only [load-schemas]]
[chp.migration :only [chp-migrate]]
[chp.module :only [mod-enable]]

chp/src/chp/template.clj

:use

chp.core

chp/src/chp/builder.clj

:use

[chp.db :only [*db*]]
[chp.core :exclude [korma-db]]
chp.html
chp.password
[chp.login :exclude [korma-db]]


:require

[korma.core :as kc]
[korma.db :as kdb]
[noir.session :as session]

chp/src/chp/login.clj

:require

[korma.db :as kdb]
[korma.core :as kc]


:use

[chp.db :only [*db*]]
[chp.password :only [password]]

chp/src/chp/core.clj

:use

compojure.core
[noir.session :only [wrap-noir-flash wrap-noir-session]]
[chp.db :only [*db*]]


:require

chp.server
[compojure.handler :as handler]
[clojure.string :as string]
[korma.db :as kdb]
[korma.core :as kc]

chp/src/chp/generator.clj

:use

[chp.core :only [root-path]]

chp/src/chp/module.clj

:require

[clojure.java.io :as io]

chp/src/chp/db.clj

chp/src/chp/schema.clj

:refer-clojure

:exclude
[bigint boolean char double float time]


:use

[chp.db :only [*db*]]
[lobos.core :only [create]]


 

--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to