Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 901 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 901 Bytes

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.