欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
Hex
来自开放百科 - 灰狐
(版本间的差异)
(以“Hex: Package manager for the Erlang ecosystem ==简介== ==指南== ==项目== ==图集== ==链接== *[https://hex.pm/ Hex官网] *[https://github.com/hexpm...”为内容创建页面) |
小 (→简介) |
||
| (未显示1个用户的4个中间版本) | |||
| 第1行: | 第1行: | ||
| − | Hex | + | Hex |
==简介== | ==简介== | ||
| + | Hex: Package manager for the [[Erlang ecosystem]] | ||
| + | |||
| + | Powered by the [[Erlang VM]] and the [[Elixir]] programming language. | ||
| + | |||
| + | ==功能== | ||
==指南== | ==指南== | ||
| + | git clone https://github.com/hexpm/hexpm | ||
| + | mix deps.get | ||
| + | mix ecto.migrate // 在之前配置PostgreSQL数据库 | ||
| + | mix run priv/repo/seeds.exs | ||
| + | mix ecto.setup | ||
| + | cd assets/ | ||
| + | npm install | ||
| + | iex -S mix phx.server 或 mix phx.server | ||
| + | http://localhost:4000/ | ||
==项目== | ==项目== | ||
| + | *[https://github.com/hexpm/hex Hex @ GitHub] | ||
| + | *[https://github.com/hexpm/hexpm API server and website for Hex] | ||
| + | |||
| + | ==文档== | ||
==图集== | ==图集== | ||
| + | <gallery> | ||
| + | image:hexpm.png|Hex | ||
| + | image:hexpm-packages.png|浏览包 | ||
| + | image:hexpm-profile.png|用户信息 | ||
| + | image:hexpm-publishing-a-package.png|发布一个包 | ||
| + | </gallery> | ||
==链接== | ==链接== | ||
*[https://hex.pm/ Hex官网] | *[https://hex.pm/ Hex官网] | ||
| − | |||
| − | |||
[[category:package]] | [[category:package]] | ||
[[category:erlang]] | [[category:erlang]] | ||
| + | [[category:elixir]] | ||
| + | [[category:Huihoo Foundation]] | ||
2022年9月24日 (六) 10:48的最后版本
Hex
目录 |
[编辑] 简介
Hex: Package manager for the Erlang ecosystem
Powered by the Erlang VM and the Elixir programming language.
[编辑] 功能
[编辑] 指南
git clone https://github.com/hexpm/hexpm mix deps.get mix ecto.migrate // 在之前配置PostgreSQL数据库 mix run priv/repo/seeds.exs mix ecto.setup cd assets/ npm install iex -S mix phx.server 或 mix phx.server http://localhost:4000/
[编辑] 项目
[编辑] 文档
[编辑] 图集
[编辑] 链接
分享您的观点