inflex:Elixir的Inflector库

时间:2021-05-08 12:00:39
【文件属性】:
文件名称:inflex:Elixir的Inflector库
文件大小:15KB
文件格式:ZIP
更新时间:2021-05-08 12:00:39
Elixir 英飞 一个Elixir库,用于处理单词变形。 入门 您可以在mix.exs文件中将Inflex添加为依赖mix.exs 。 由于只需要Elixir和Erlang,因此没有其他依赖项。 def deps do [ { :inflex , " ~> 2.0.0 " } ] end 如果您不使用,则可以使用GitHub存储库添加依赖项。 def deps do [ { :inflex , github: " nurugger07/inflex " } ] end 然后在外壳中运行mix deps.get来获取并编译依赖项。 要求 尽管Inflex支持与Erlang / OTP 19–20 Elixir 1.6,但 。 要将Inflex合并到模块中,请使用import 。 defmodule Blog do import Inflex def
【文件预览】:
inflex-master
----mix.exs(899B)
----lib()
--------inflex()
--------inflex.ex(3KB)
----.travis.yml(387B)
----LICENSE(11KB)
----.formatter.exs(97B)
----test()
--------inflex_test.exs(10KB)
--------test_helper.exs(13B)
----README.md(4KB)
----mix.lock(2KB)
----.gitignore(616B)

网友评论