uzair_array
v1.1.1
Published
Array Manipulation CLI Tool This is a command-line interface tool that allows you to manipulate an array. The tool uses two npm libraries, namely inquirer and chalk, to get user input and add color to the output respectively.
Downloads
2
Readme
Array Manipulation CLI Tool This is a command-line interface tool that allows you to manipulate an array. The tool uses two npm libraries, namely inquirer and chalk, to get user input and add color to the output respectively.
Tasks Available The following tasks are available:
Append a string to the end of the array. Prepend a string to the beginning of the array. Remove a string from a specific index in the array and replace it with another string. Display the array before and after each manipulation to the user as output.
Dependencies This tool uses the following npm libraries:
inquirer: This library is used to get input from the user. chalk: This library is used to add color to the output. Author This tool was created by Muhammad Uzair.