Hello.

I have released first version of Charlatan[1] - native javascript port of 
ruby's Faker. Generate fake data such as names, addresses and so on. Most of 
rules stored in localization files, some of them composite.
For example, in an english locale fake name might be written in 3 different 
ways. Each variant compose from separate rules.

```
name:
   - "#{Name.last_name} #{suffix}"
   - "#{Name.last_name}-#{Name.last_name}"
   - "#{Name.last_name}, #{Name.last_name} and #{Name.last_name}"`

```

Predefined locales see on github[2], `en` is default. Also available API doc[3]

PS: Charlatan started as fork of Marak's Faker, but it is completely rewritten.

[1]: https://github.com/shkuropat/Charlatan
[2]: https://github.com/shkuropat/Charlatan/tree/master/config/locales
[3]: http://shkuropat.github.com/Charlatan/

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to