/node-cli-crud

A Test-driven development and command-line interface project .

Primary LanguageJavaScriptMIT LicenseMIT

Node command-line interface CRUD

Made by vinicius raphael LICENCE

Project

Node-cli-crud was built using Test-driven development (TDD) and aims to create a crud (create, read, update and delete) of developers using files and the command line.

Technologies

This project was developed using the following technologies:

How to use

To run this application, you'll need Nodejs and NPM installed on your computer.

  • Clone this repository
  $ git clone https://github.com/v-rapha/node-cli-crud.git
  • Enter in the repository folder
  $ cd node-cli-crud
  • Install the dependencies
  $ npm install

Options

  • You can see the options using the command $ node src/index.js --help

Licence

This project is under the MIT licence. See the LICENSE for details.


Made with ❤️ by Vinicius Raphael