https://github.com/niku/mix_tasks_niku_new
Creates a new Elixir project with some customization
https://github.com/niku/mix_tasks_niku_new
Last synced: 27 days ago
JSON representation
Creates a new Elixir project with some customization
- Host: GitHub
- URL: https://github.com/niku/mix_tasks_niku_new
- Owner: niku
- Created: 2017-04-24T10:05:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-31T10:31:27.000Z (almost 9 years ago)
- Last Synced: 2025-03-02T04:17:18.302Z (over 1 year ago)
- Language: Elixir
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mix.Tasks.Niku.New
Creates a new Elixir project with some customization.
- Add a LICENSE file
- Add dependencies which help a development
- [ex_doc](https://github.com/elixir-lang/ex_doc) for a documentation
- [credo](https://github.com/rrrene/credo) for a static code analysis
- [dialyxir](https://github.com/jeremyjh/dialyxir) for a static typing analysis
- Add `.travis.yml` for [(Travis)CI](https://docs.travis-ci.com/)
- Add Dockerfile
## Installation
```
% git clone https://github.com/niku/mix_tasks_niku_new.git
% cd mix_tasks_niku_new
% mix do archive.build, archive.install
```
## Usage
```
% mix niku.new foo
```