Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creates README.md in current working directory #43

Closed
sol opened this issue Oct 18, 2014 · 1 comment
Closed

Creates README.md in current working directory #43

sol opened this issue Oct 18, 2014 · 1 comment

Comments

@sol
Copy link
Contributor

sol commented Oct 18, 2014

If you use hi with the default template https://github.com/fujimura/hi-hspec, e.g. hi -m Foo you get the following list of files in the current working directory:

README.md
foo/.gitignore
foo/LICENSE
foo/README.md
foo/foo.cabal
foo/src/Foo.hs
foo/src/Foo/Internal.hs
foo/test/FooSpec.hs
foo/test/Spec.hs

Note that here are both README.md and foo/README.md. We could solve this by using a subdirectory as template root (see #41).

@fujimura
Copy link
Owner

Duplicate to #34 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants