@phish108/cms
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
const fs = require("fs"); | ||
@@ -2,0 +4,0 @@ const eol = require('os').EOL; |
{ | ||
"name": "@phish108/cms", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A little jekyll tool for creating pages and blog posts", | ||
@@ -27,3 +27,6 @@ "main": "index.js", | ||
"minimist": "^1.2.0" | ||
}, | ||
"bin": { | ||
"jcms": "./index.js" | ||
} | ||
} |
@@ -12,3 +12,3 @@ ## cms | ||
``` | ||
npx @phish108/cms [page_type] "title of page" | ||
npx -p @phish108/cms jcms [page_type] "title of page" | ||
``` | ||
@@ -19,3 +19,3 @@ | ||
``` | ||
npx @phish/cms page "hello world" | ||
npx -p @phish108/cms jcms page "hello world" | ||
``` | ||
@@ -26,3 +26,3 @@ | ||
``` | ||
npx @phish/cms post "hello world" | ||
npx -p @phish108/cms jcms post "hello world" | ||
``` | ||
@@ -29,0 +29,0 @@ |
3294
27