Skip to content

Commit aabe925

Browse files
committed
renames the cli
1 parent d810ba9 commit aabe925

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

bin/coderoad

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env node
2+
3+
require = require('esm')(module /*, options*/);
4+
require('../src/cli').cli(process.argv);

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "@argemiront/coderoad-builder",
2+
"name": "@coderoad/cli",
33
"version": "0.0.1",
44
"description": "A CLI to build the configuration file for Coderoad Tutorials",
55
"main": "src/main.js",
66
"bin": {
7-
"@argemiront/coderoad-builder": "bin/coderoad-builder",
8-
"coderoad-builder": "bin/coderoad-builder"
7+
"@coderoad/coderoad": "bin/coderoad",
8+
"coderoad": "bin/coderoad"
99
},
1010
"publishConfig": {
1111
"access": "public"

0 commit comments

Comments
 (0)