Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ocskier/incdbcli
A company directory CLI using Node, Inquirer, and a SQL database with Typescript
https://github.com/ocskier/incdbcli
async-await inquirer jest mysql promises sql-database typescript
Last synced: 12 days ago
JSON representation
A company directory CLI using Node, Inquirer, and a SQL database with Typescript
- Host: GitHub
- URL: https://github.com/ocskier/incdbcli
- Owner: ocskier
- License: mit
- Created: 2020-02-12T04:01:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:32:01.000Z (about 2 years ago)
- Last Synced: 2024-11-14T14:17:55.812Z (2 months ago)
- Topics: async-await, inquirer, jest, mysql, promises, sql-database, typescript
- Language: TypeScript
- Homepage: https://stackblitz.com/edit/node-yeryug
- Size: 1.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IncDbCli
A company directory CLI using Node, Inquirer, and a SQL database with Typescript
![IncDbCLI](images/Capture.PNG)
## Prerequisites
Use Node JS command line to install packages
```bash
npm i
```## Usage
```bash
npm run start
```## Running Tests
```bash
npm run test
```## Deployment
N/A
## Authors
[Jon Jackson](http://github.com/ocskier)
## Contributing
Please make sure to update tests as appropriate.## License