Skip to content

DanielJohnHarty/dsti-generate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyProject

Build Status

Generate datasets with random data.

Main functionnalites:

  • Lot of customisation options
  • Generate multiple tables
  • ...

Usage

Run './bin/generate help' print:

NAME
    generate - Generate datasets with random data.

SYNOPSIS
    generate [options]

OPTIONS
    -h --help               Display help information

COMMANDS
    users                   Generate users
    products                Generate products

EXAMPLES
    masson user list --help Show this message

Developer

  1. Open a bash terminal or use the 'bash' command within another terminal
    • Note that you'll need to have the windows subsystem feature activated (search for Windows features and turn on)
  2. Use the command 'sudo apt-get update'
  3. Use the command 'sudo apt install nodejs'
  4. Use the command 'sudo apt install npm'
  5. Remember to only use LF (unix) line ending characters on git commit.

How to customize/initialize the environmment (conf files, docker images...) Undestanding the project layout ...

How to run the tests:

# All the tests
npm test
# Selected tests
npx mocha test/*.coffee

About

Generate datasets with random data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 98.0%
  • Shell 2.0%