@another_works/nico-generator
Advanced tools
Comparing version 1.0.1 to 1.0.2
#!/usr/bin/env node | ||
/*! | ||
NicoGenerator.js v1.0.1 | ||
NicoGenerator.js v1.0.2 | ||
https://github.com/anotherworks/NicoGenerator | ||
@@ -6,0 +6,0 @@ Released under the MIT License. |
#!/usr/bin/env node | ||
/*! | ||
NicoGenerator.js v1.0.1 | ||
NicoGenerator.js v1.0.2 | ||
https://github.com/anotherworks/NicoGenerator | ||
@@ -6,0 +6,0 @@ Released under the MIT License. |
{ | ||
"name": "@another_works/nico-generator", | ||
"version": "1.0.1", | ||
"description": "", | ||
"version": "1.0.2", | ||
"description": "source code generating and replacing tool.", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "nico-generator": "dist/nico-generator.js" |
@@ -7,3 +7,3 @@ # NicoGenerator | ||
``` | ||
$ npx @another_works/nico-generator src/index.ts -b company -r employee -p ./check/modules -o ./check/modules -d | ||
$ npx @another_works/nico-generator -b company -r employee -p ./check/modules -o ./check/modules -d | ||
``` | ||
@@ -14,3 +14,3 @@ | ||
$ npm install -D @another_works/nico-generator | ||
$ nico-generator src/index.ts -b company -r employee -p ./check/modules -o ./check/modules -d | ||
$ nico-generator -b company -r employee -p ./check/modules -o ./check/modules -d | ||
``` | ||
@@ -41,3 +41,3 @@ | ||
``` | ||
$ npx @another_works/nico-generator src/index.ts -b company -r employee -p ./check/modules -o ./check/modules | ||
$ npx @another_works/nico-generator -b company -r employee -p ./check/modules -o ./check/modules | ||
``` | ||
@@ -51,2 +51,7 @@ | ||
### execute | ||
``` | ||
$ ts-node src/index.ts -b company -r employee -p ./check/modules -o ./check/modules | ||
``` | ||
### test | ||
@@ -53,0 +58,0 @@ ``` |
101902
66