tangled
alpha
login
or
join now
nandi.latha.org
/
spin
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
init
nandi
5 months ago
f9c25e10
0/0
Waiting for spindle ...
+20
2 changed files
expand all
collapse all
unified
split
.tangled
workflows
build.yml
package.json
+7
.tangled/workflows/build.yml
···
1
1
+
when:
2
2
+
- event: ["push"]
3
3
+
branch: ["main"]
4
4
+
engine: "nixery"
5
5
+
dependencies:
6
6
+
nixpkgs:
7
7
+
- pnpm
+13
package.json
···
1
1
+
{
2
2
+
"name": "spin",
3
3
+
"version": "1.0.0",
4
4
+
"description": "",
5
5
+
"main": "index.js",
6
6
+
"scripts": {
7
7
+
"test": "echo \"Error: no test specified\" && exit 1"
8
8
+
},
9
9
+
"keywords": [],
10
10
+
"author": "",
11
11
+
"license": "ISC",
12
12
+
"packageManager": "pnpm@10.17.1"
13
13
+
}