1.0.3 • Published 3 years ago

cc-app v1.0.3

Weekly downloads
13
License
ISC
Repository
-
Last release
3 years ago

create-app

Utility for different languages project initialize with Makefile

Templates

TASM, C++, Kotlin, Python

Installation

To install, you can use npm:

npm install -g cc-app
# + cc-app@1.0.0
# updated 1 package in 0.788s

Using

Available C++, Python, Kotlin templates

cc-app --pname nameYourProject --template cpp
or
cc-app -p nameYourProject -t cpp

Change template

  1. Going to /templates/ in root create-competitive-app
  2. Choose the template and change it
  3. Going to root create-competitive-app and run
make all

Windows

  1. Follow to bin and open index.js
  2. Change line #!/usr/bin/env node to #!path/to/node

Requirements

Global(needs everywhere):

Python:

Kotlin:

C++: