1
0
Fork 0
mirror of https://github.com/kou029w/zenn.dev.git synced 2025-01-18 16:07:59 +00:00

add zenn-cli

This commit is contained in:
Nebel 2020-12-02 09:58:28 +09:00
parent 66d3397611
commit 2d16eb9202
4 changed files with 6365 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/node_modules/

View file

14
package.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "@kou029w/zenn.dev",
"version": "1.0.0",
"main": "README.md",
"repository": "git@github.com:kou029w/zenn.dev.git",
"author": "Kohei Watanabe <kou029w@gmail.com>",
"license": "CC0-1.0",
"scripts": {
"dev": "zenn preview"
},
"devDependencies": {
"zenn-cli": "latest"
}
}

6350
yarn.lock Normal file

File diff suppressed because it is too large Load diff