Skip to content

johnazre/dbconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBConfig v1.1

A command line tool to help you get your node database tools up and running! In version 1.0 and higher, you no longer have to use flags! You can just start the command line tool by running dbconfig and it will ask you all the questions you need!

Currently works with

  • KnexJS (Uses KnexJS)
  • MongoDB (Uses MongooseJS)

Installation

If you're on a Mac/Linux:

sudo npm install -g dbconfig

If you're on Windows:

npm install -g dbconfig

Usage

dbconfig

Yes, that's it!

Questions you will be asked

  • Project Name: (String)
  • Database Type: (Choice)
  • Database Name: (String)

Contributions

This project is open source and pull requests are welcome!

Found an Issue

If you find a bug in the source code or a mistake in the documentation, you can help us by submitting an issue to our GitHub Repository. Even better, you can submit a Pull Request with a fix.

Want a Feature

You can request a new feature by submitting an issue to our GitHub Repository. If you would like to implement a new feature, please submit an issue with a proposal for your work first, to be sure that we can use it.

License

MIT

About

A command line tool to help you get your node database tools up and running! Now v1.1!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published