Popularity
2.3
Declining
Activity
0.0
Stable
5
2
2
Programming language: Crystal
License: MIT License
Tags:
Misc
haikunator alternatives and similar shards
Based on the "Misc" category.
Alternatively, view haikunator alternatives based on common mentions on social networks and blogs.
-
sentry
Build/Runs your crystal application, watches files, and rebuilds/restarts app on file changes -
burocracia.cr
๐ Zero-dependency Crystal shard to validate, generate and format Brazilian burocracias (CPF, CNPJ, CEP) -
wikicr
Wiki in crystal, using Markdown and Git, inspired by dokuwiki. Last features to build are pretty hard, if you have some time to help... :) -
defined
This shard provides facilities for checking whether a constant exists at compile time, and for a variety of different conditional compilation options. Code can be conditionally compiled based on the existence of a constant, version number constraints, or whether an environment variable is set truthy or not.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
Do you think we are missing an alternative of haikunator or a related project?
README
Haikunator
Generate Heroku-like memorable random names to use in your apps or anywhere else.
Installation
Add this to your application's shard.yml
:
dependencies:
haikunator:
github: osfx/haikunator
Usage
require "haikunator"
Haikunator.haikunate # => "rough-snowflake-1142"
# Token range
Haikunator.haikunate(100) # => "nameless-star-13"
# Don't include the token
Haikunator.haikunate(0) # => "long-flower"
# Use a different delimiter
Haikunator.haikunate(9999, ".") # => "cool.leaf.6743"
# No token, no delimiter
Haikunator.haikunate(0, " ") # => "green fire"
TODO: Write usage instructions here
Development
To run tests
crystal spec
Contributing
- Fork it ( https://github.com/sanata-/haikunator/master )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Language Ports
Haikunator based on Usman Bashir awesome gem and also have ports to other languages.
- Ruby:
- Go:
- JavaScript:
- Python:
- PHP:
- Elixir:
- .NET:
- Java:
- Dart:
- Rust
Maintainer
- [Peter Boriskin] # - creator, maintainer