Skip to content

generate-cr/library.template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Library template for usage with generate.cr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published