Skip to content

Commit

Permalink
Updated doc (#57)
Browse files Browse the repository at this point in the history
- Changed to correct 'polylith.clj.core.poly-cli.core' namespace for the :poly alias.
- Changed to the new logo.
- Update the documentation based on feedback from Filip.
  • Loading branch information
tengstrand authored Nov 25, 2020
1 parent 000fb01 commit 94469be
Show file tree
Hide file tree
Showing 18 changed files with 386 additions and 246 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
(str "")
(str " :test {:extra-paths []}")
(str "")
(str " :poly {:main-opts [\"-m\" \"polylith.clj.core.poly_cli.poly\"]")
(str " :poly {:main-opts [\"-m\" \"polylith.clj.core.poly-cli.core\"]")
(str " :extra-deps {polyfy/polylith")
(str " {:git/url \"https://github.com/polyfy/polylith\"")
(str " :sha \"INSERT_LATEST_SHA_HERE\"")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
(str "")
(str " :test {:extra-paths []}")
(str "")
(str " :poly {:main-opts [\"-m\" \"polylith.clj.core.poly_cli.poly\"]")
(str " :poly {:main-opts [\"-m\" \"polylith.clj.core.poly-cli.core\"]")
(str " :extra-deps {polyfy/polylith")
(str " {:git/url \"https://github.com/polyfy/polylith\"")
(str " :sha \"INSERT_LATEST_SHA_HERE\"")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"components/user/test"]}
:+remote {:extra-paths ["components/user-remote/src"
"components/user-remote/test"]}
:poly {:main-opts ["-m" "polylith.clj.core.poly_cli.poly"]
:poly {:main-opts ["-m" "polylith.clj.core.poly-cli.core"]
:extra-deps {'polyfy/polylith
{:git/url "https://github.com/polyfy/polylith.git"
:sha "78b2c77c56d1b41109d68b451069affac935200e"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2239,7 +2239,7 @@
:lines-of-code-src 22,
:lines-of-code-test 0,
:namespaces-src [{:name "poly",
:namespace "polylith.clj.core.poly-cli.poly",
:namespace "polylith.clj.core.poly-cli.core",
:file-path "./bases/poly-cli/src/polylith/clj/core/poly_cli/poly.clj",
:imports ["polylith.clj.core.change.interfc"
"polylith.clj.core.command.interfc"
Expand Down
2 changes: 1 addition & 1 deletion example/sections/base/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
:test {:extra-paths ["components/user/test"
"bases/cli/test"]}

:poly {:main-opts ["-m" "polylith.clj.core.poly_cli.poly"]
:poly {:main-opts ["-m" "polylith.clj.core.poly-cli.core"]
:extra-deps {polyfy/polylith
{:git/url "https://github.com/polyfy/polylith"
:sha "78b2c77c56d1b41109d68b451069affac935200e"
Expand Down
2 changes: 1 addition & 1 deletion example/sections/component/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

:test {:extra-paths ["components/user/test"]}

:poly {:main-opts ["-m" "polylith.clj.core.poly_cli.poly"]
:poly {:main-opts ["-m" "polylith.clj.core.poly-cli.core"]
:extra-deps {polyfy/polylith
{:git/url "https://github.com/polyfy/polylith"
:sha "78b2c77c56d1b41109d68b451069affac935200e"
Expand Down
2 changes: 1 addition & 1 deletion example/sections/profile/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"components/user-remote/resources"
"components/user-remote/test"]}

:poly {:main-opts ["-m" "polylith.clj.core.poly_cli.poly"]
:poly {:main-opts ["-m" "polylith.clj.core.poly-cli.core"]
:extra-deps {polyfy/polylith
{:git/url "https://github.com/polyfy/polylith.git"
:sha "78b2c77c56d1b41109d68b451069affac935200e"
Expand Down
2 changes: 1 addition & 1 deletion example/sections/project/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
:test {:extra-paths ["components/user/test"
"bases/cli/test"]}

:poly {:main-opts ["-m" "polylith.clj.core.poly_cli.poly"]
:poly {:main-opts ["-m" "polylith.clj.core.poly-cli.core"]
:extra-deps {polyfy/polylith
{:git/url "https://github.com/polyfy/polylith"
:sha "78b2c77c56d1b41109d68b451069affac935200e"
Expand Down
2 changes: 1 addition & 1 deletion example/sections/testing/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"bases/cli/test"
"projects/command-line/test"]}

:poly {:main-opts ["-m" "polylith.clj.core.poly_cli.poly"]
:poly {:main-opts ["-m" "polylith.clj.core.poly-cli.core"]
:extra-deps {polyfy/polylith
{:git/url "https://github.com/polyfy/polylith"
:sha "78b2c77c56d1b41109d68b451069affac935200e"
Expand Down
2 changes: 1 addition & 1 deletion example/sections/workspace/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

:test {:extra-paths []}

:poly {:main-opts ["-m" "polylith.clj.core.poly_cli.poly"]
:poly {:main-opts ["-m" "polylith.clj.core.poly-cli.core"]
:extra-deps {polyfy/polylith
{:git/url "https://github.com/polyfy/polylith"
:sha "INSERT_LATEST_SHA_HERE"
Expand Down
Binary file added images/add-files-to-git-dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/component-dirs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/doc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/repl-edit-configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/test-in-repl-failing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/test-in-repl-success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 94469be

Please sign in to comment.