mix laser (Laser v0.1.0)

Link to this section Summary

Functions

  • run create module Foo.Bar creates a module Foo.Bar in lib/foo/bar.ex.
  • run create module Foo.Bar.Baz creates a module Foo.Bar.Baz in lib/foo/bar/baz.ex.
  • run create module Foo.Bar tmp creates a module Foo.Bar in tmp/foo/bar.ex.

Link to this section Functions

  • run create module Foo.Bar creates a module Foo.Bar in lib/foo/bar.ex.
  • run create module Foo.Bar.Baz creates a module Foo.Bar.Baz in lib/foo/bar/baz.ex.
  • run create module Foo.Bar tmp creates a module Foo.Bar in tmp/foo/bar.ex.