2.8.2 • Published 9 months ago

node-bins v2.8.2

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

node-bins

Fast create global commands by nodejs.🥰

How to use

Install

npm install node-bins -g

Use

1、Create a folder, and run npm init or pnpm init or yarn init in this folder to create a 'package.json' file.

2、Create your command source code file (js, cjs, mjs, ts) under this folder, which contains all your command logic. Note that you need to write this code on the first line - '#!/usr/bin/env node'. For example

#!/usr/bin/env node

console.log('test node bins----1111')

3、Run create-bin in this folder. You can see

截屏2023-06-20 22.12.14.png

Yes! Your global nodejs command is create, you can run the command you created from anywhere !!! 🤪

You can unleash your creativity by writing cooler and more creative global script commands to operate your project and improve code efficiency.

This is a demo

node-bins-demo

Something new

Here are some built-in commands to choose from -

🎈 1. bins --help: Display Help Information.

🎈 2. bins --list: Check which commands are currently managed by 'node-bins'.

🎈 3. create-bin: Create a custom command for the corresponding file in the corresponding script folder.

🎈 4. delete-bin <deleteBinName>: Delete the custom commands you have already created in node-bins.

2.8.2

9 months ago

2.8.1

9 months ago

2.7.8

9 months ago

2.7.7

9 months ago

2.7.6

9 months ago

2.7.5

9 months ago

2.7.4

9 months ago

2.7.3

9 months ago

2.7.2

9 months ago

2.7.1

9 months ago

2.7.0

9 months ago

2.6.9

9 months ago

2.6.8

9 months ago

2.6.7

9 months ago

2.6.6

9 months ago

2.6.5

9 months ago

2.6.4

9 months ago

2.6.3

9 months ago

2.6.2

10 months ago

2.6.1

10 months ago

2.6.0

10 months ago

2.5.1

10 months ago

2.5.0

10 months ago

2.4.2

11 months ago

2.4.1

11 months ago

2.4.0

11 months ago

2.3.0

11 months ago

2.2.0

11 months ago

2.1.0

11 months ago

1.1.23

11 months ago

1.1.22

11 months ago

1.1.21

11 months ago

1.1.20

11 months ago

1.1.19

11 months ago

1.1.18

11 months ago

1.1.16

11 months ago

1.1.15

11 months ago

1.1.14

11 months ago

1.1.13

11 months ago

1.1.12

11 months ago

1.1.11

11 months ago

1.1.10

11 months ago

1.1.8

11 months ago

1.1.7

11 months ago

1.1.6

11 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.9.9

11 months ago