Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 1.19 KB

README.md

File metadata and controls

68 lines (46 loc) · 1.19 KB

necli

A little NodeJS cli script inspired by Dennis Nedry in Jurrassic Park 🦖

@PhilWylieUK

What is the origin of necli name ❓

Nedry + cli = necli🎉

Tutorial 🤓

demo

To execute this little script you have just to run necli command

necli

But you can also display use option

necli --help
necli --version

Installation ⬇️

To install this little script you have to clone this repository

git clone https://github.com/Koalhack/necli

Go to necli folder

cd necli

Install the dependencies

yarn install
or
npm install

And install it as a global package

yarn install -g or npm install -g

Dependencies 📦

License 📓

MIT