Skip to content

Commit

Permalink
Move to phoenix 1.7 non-umbrella setup
Browse files Browse the repository at this point in the history
  • Loading branch information
LostKobrakai committed Aug 28, 2023
1 parent c5909b6 commit 0aea787
Show file tree
Hide file tree
Showing 969 changed files with 4,308 additions and 823 deletions.
5 changes: 3 additions & 2 deletions .formatter.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
inputs: ["mix.exs", "config/*.exs"],
subdirectories: ["apps/*"]
import_deps: [:phoenix],
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}"]
]
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,20 @@ erl_crash.dump

# Also ignore archive artifacts (built via "mix archive.build").
*.ez

# Temporary files, for example, from tests.
/tmp/

# Ignore package tarball (built via "mix hex.build").
bob_versions-*.tar

# Ignore assets that are produced by build tools.
/priv/static/assets/

# Ignore digested assets cache.
/priv/static/cache_manifest.json

# In case you use Node.js/npm, you want to ignore these.
npm-debug.log
/assets/node_modules/

19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Bob Versions
# BobVersions

Phoenix umbrella setup to list the precompile packages of [Bob](https://github.com/hexpm/bob) in a nice overview. It should also help remove confusion with the [asdf-elixir](https://github.com/asdf-vm/asdf-elixir) plugin.
To start your Phoenix server:

* Run `mix setup` to install and setup dependencies
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).

## Learn more

* Official website: https://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* Source: https://github.com/phoenixframework/phoenix
4 changes: 0 additions & 4 deletions apps/bob_versions/.formatter.exs

This file was deleted.

31 changes: 0 additions & 31 deletions apps/bob_versions/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions apps/bob_versions/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions apps/bob_versions/lib/bob_versions/application.ex

This file was deleted.

34 changes: 0 additions & 34 deletions apps/bob_versions/mix.exs

This file was deleted.

4 changes: 0 additions & 4 deletions apps/bob_versions_web/.formatter.exs

This file was deleted.

30 changes: 0 additions & 30 deletions apps/bob_versions_web/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions apps/bob_versions_web/README.md

This file was deleted.

71 changes: 0 additions & 71 deletions apps/bob_versions_web/lib/bob_versions_web.ex

This file was deleted.

30 changes: 0 additions & 30 deletions apps/bob_versions_web/lib/bob_versions_web/application.ex

This file was deleted.

33 changes: 0 additions & 33 deletions apps/bob_versions_web/lib/bob_versions_web/channels/user_socket.ex

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0aea787

Please sign in to comment.