Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/authman2/quickprojects
QuickProjects makes it easy to create templates for programming projects without having to use an IDE.
https://github.com/authman2/quickprojects
Last synced: about 2 months ago
JSON representation
QuickProjects makes it easy to create templates for programming projects without having to use an IDE.
- Host: GitHub
- URL: https://github.com/authman2/quickprojects
- Owner: Authman2
- License: mit
- Created: 2017-08-08T04:21:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-10T02:16:48.000Z (about 5 years ago)
- Last Synced: 2024-10-18T21:58:30.099Z (2 months ago)
- Language: JavaScript
- Size: 754 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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