Skip to content

Minimalist setup scripts for the JavaScript library simple-data-analysis.

License

Notifications You must be signed in to change notification settings

nshiab/setup-sda

Repository files navigation

The library is maintained by Nael Shiab, computational journalist and senior data producer for CBC News.

You might also find the journalism library and Code Like a Journalist interesting.

To quickly get started with simple-data-analysis, create a folder and run:

# Deno >= 2.x.x
deno -A jsr:@nshiab/setup-sda

# Node.js >= 22.6.x
npx setup-sda

# Bun
bunx --bun setup-sda

If you want to use SDA with Framework, pass the --framework flag:

# Deno >= 2.x.x
deno -A jsr:@nshiab/setup-sda --framework

# Node.js >= 22.6.x
npx setup-sda --framework

# Bun
bunx --bun setup-sda --framework

To initialize a git repository, pass the --git flag.

About

Minimalist setup scripts for the JavaScript library simple-data-analysis.

Resources

License

Stars

Watchers

Forks

Packages

No packages published