quickprojects
Version:
QuickProjects makes it easy to create templates for programming projects without having to use an IDE.
23 lines (15 loc) • 672 B
Markdown
# Quick Projects (QP)
QuickProjects makes it easy to create templates for programming projects without having to use an IDE.
# Installation
To install QuickProjects run the following command, which will install the module globally:
```javascript
npm install -g quickprojects
```
# Usage
QuickProjects makes it easy to create basic project templates without the use of an IDE. If you ever need help, just type the command 'QP help'. Refer to the list below for instructions on how to create different projects.
```javascript
QP [project name] --[c/cpp/java/kotlin/lwjgl/express/python] --[gradle/maven/makefile]
```
# Author
- Programmer: Adeola Uthman
- Year: 2017