All Projects → generate-cr → Library.template

generate-cr / Library.template

Licence: mit
Library template for usage with generate.cr

Programming Languages

crystal
512 projects

library.template

Build Status

Library template for usage with generate.cr.

Installation

Bundled in with generate.cr, no installation required.

Usage

generate.cr new library <name-of-your-library>

Development

To clone this template:

git clone https://github.com/generate-cr/library.template

To run specs in development:

cd library.template
crystal spec

To generate example library:

generate.cr --test new library example

Contributing

  1. Fork it ( https://github.com/generate-cr/library.template/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 the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].