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:
parent
66d3397611
commit
2d16eb9202
4 changed files with 6365 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/node_modules/
|
14
package.json
Normal file
14
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue