2.1.5 • Published 5 years ago

newcmd v2.1.5

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

newcmd

Command Line Maker

INSTALLATION

BASH

npm install newcmd

CREATING COMMANDs

BASH

newcmd firstCommand file.js

Create your command by using the syntax newcmd <command name> <file name>.js

BASH

npm init --yes

Note you must init your project.

JAVASRIPT / file.js

function newcmd(args){ // You must name your command newcmd
  console.log(args); // consoles all args
}

In your file you will write a function named newcmd, you can add a parameter to add arguments.

LINK YOUR FILE

npm link

SYNTAX

newcmd <command name> <command file>.js: Creates a command.
function newcmd(){}: The function that will be ran for this command.

CAN YOU HELP ME?

If you can help me, please help here.

2.1.5

5 years ago

2.1.4

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago