Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 0bcae94

Browse files
committed
feat: inital versions of envs
1 parent 452dad8 commit 0bcae94

11 files changed

+63
-0
lines changed

envs/multi-mega.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
'@context': 'https://stenci.la/schema/v1/'
2+
type: Environment
3+
name: multi-mega
4+
extends:
5+
- nodejs-mega
6+
- python-mega
7+
- r-mega

envs/multi-mini.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
'@context': 'https://stenci.la/schema/v1/'
2+
type: Environment
3+
name: multi-mini
4+
extends:
5+
- nodejs-mini
6+
- python-mini
7+
- r-mini

envs/nodejs-mega.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
'@context': 'https://stenci.la/schema/v1/'
2+
type: Environment
3+
name: nodejs-mega
4+
extends:
5+
- nodejs-mini

envs/nodejs-mini.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
'@context': 'https://stenci.la/schema/v1/'
2+
type: Environment
3+
name: nodejs-mini
4+
extends:
5+
- nodejs

envs/nodejs.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
'@context': 'https://stenci.la/schema/v1/'
2+
type: Environment
3+
name: nodejs
4+
adds:
5+
- nodejs

envs/python-mega.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
'@context': 'https://stenci.la/schema/v1/'
2+
type: Environment
3+
name: python-mega
4+
extends:
5+
- python-mini

envs/python-mini.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
'@context': 'https://stenci.la/schema/v1/'
2+
type: Environment
3+
extends:
4+
- python
5+
adds:
6+
- python-pandas
7+
- python-matplotlib

envs/python.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
'@context': 'https://stenci.la/schema/v1/'
2+
type: Environment
3+
name: python
4+
adds:
5+
- python

envs/r-mega.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
'@context': 'https://stenci.la/schema/v1/'
2+
type: Environment
3+
name: r-mega
4+
extends:
5+
- r-mini

envs/r-mini.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
'@context': 'https://stenci.la/schema/v1/'
2+
type: Environment
3+
name: r-mini
4+
extends:
5+
- r
6+
adds:
7+
- r-tidyverse

envs/r.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
'@context': 'https://stenci.la/schema/v1/'
2+
type: Environment
3+
name: r
4+
adds:
5+
- r

0 commit comments

Comments
 (0)