Skip to content

wealthy-laughing-duck/duck-commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Wealthy Laughing Duck Project

This repository is a duck component. Visit Wealthy Laughing Duck Project for more information.

This repository holds files used among other duck components (fixtures, thrift, etc.)

Fixtures

run fixture generator:

$ cd fixtures/
$ ./generate -h
usage: generate [-h] [-V] format

positional arguments:
  format         sql or json

optional arguments:
  -h, --help     show this help message and exit
  -V, --version  show program's version number and exit

generate SQL fixtures:

$ ./generate sql
Following files generated successfully:
 - sql/fixtures.sql
 - sql/access.sql

generate JSON fixtures:

$ ./generate json
Following files generated successfully:
 - json/category.json
 - json/outcome.json
 - json/users.json
 - json/income.json

Dependencies

Following duck components rely on duck-commons:

About

common files for duck components (sql, thrift, etc.)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages