1.1.1 • Published 4 years ago

compep v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

$ compep

Auto compile and running your C++, Python code. and test sample case output.

https://user-images.githubusercontent.com/2284908/31326947-8df7ad4e-ad06-11e7-99a4-ca013d5804f2.gif

Usage C++

  1. Run the compep.

  2. Edit testcase/main.testcase.txt for question.

  3. Be coding main.cpp.

├── main.cpp
├── out
│   └── main.out
└── testcase
    └── main.testcase.txt

Testcase input/output formt.

testcase/main.testcase.txt

input values of case1
----
output values of case1
====
input values of case2
----
output values of case2

There's room for consideration.

Usage Python

  1. Run the compep --init-py.

  2. Edit testcase/main.testcase.txt for question.

  3. Be coding main.py.

├── main.py
└── testcase
    └── main.testcase.txt

CLI

$ npm install --global compep
$ compep --help
	Usage
	  $ compep

	Options:
		--init Generate workspace
		--init-py Generate workspace python

License

MIT © elzup

1.1.1

4 years ago

1.1.0

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.0

7 years ago