Popularity
5.0
Declining
Activity
0.0
Stable
21
4
1

Programming language: Crystal
License: MIT License
Tags: Project Generators    

generate alternatives and similar shards

Based on the "Project generators" category.
Alternatively, view generate alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of generate or a related project?

Add another 'Project generators' Shard

README

generate.cr

Generic tool for generating whole Crystal project structure, or any part of it during lifetime of project.

Installation

curl https://raw.githubusercontent.com/generate-cr/generate/master/script/install.sh | bash

It will create ~/.generate-cr/bin/generate-cr, which you probably want to add to your PATH

Usage

generate.cr new library example

Example project structure:

$ tree example -a
example
├── .gitignore
├── libs
│   └── .keep
├── LICENSE
├── Projectfile
├── README.md
├── spec
│   ├── example
│   │   └── .keep
│   ├── example_spec.cr
│   └── spec_helper.cr
├── src
│   ├── example
│   │   └── version.cr
│   └── example.cr
└── .travis.yml

Development

TODO: Write instructions for development

Contributing

  1. Fork it ( https://github.com/generate.cr/generate/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • waterlink Oleksii Fedorov - creator, maintainer


*Note that all licence references and agreements mentioned in the generate README section above are relevant to that project's source code only.