/package.json (5a7c3ec6484afedba92bee83e6b84696a1dea25f) (460 bytes) (mode 100644) (type blob)
{
"name": "circuit",
"version": "1.0.0",
"description": "Syncronize container operations for single objects",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "crimp -g test/test.json",
"format": "clang-format -i --style=Webkit src/*.h src/impl/*.h src/impl/*.hxx test/src/*.cpp",
"generateDoc": "doc-tool package_header src_interface ./EXAMPLE.md > README.md"
},
"author": "",
"license": "ISC"
}
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
42 |
9b920a41f28c9a32e8d7b31f4532aedd0e5bbf63 |
.gitignore |
100644 |
blob |
368 |
0505168d56b9669ba68698512cb88bb88ac78965 |
EXAMPLE.md |
100644 |
blob |
915 |
c660f646fdf3fb8e97ee0fd02017c94be068d4eb |
README.md |
100644 |
blob |
183 |
dd3e74dde609c955623756356e92fe58b1c0a124 |
circuit.json |
100644 |
blob |
460 |
5a7c3ec6484afedba92bee83e6b84696a1dea25f |
package.json |
040000 |
tree |
- |
419f6afea9cd18d301f3ec2d1ca4c035e37b50b9 |
src |
040000 |
tree |
- |
fa0561645c8216c6e5ebbf6471de39b90b65d2b7 |
test |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/mucbuc/circuit
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/mucbuc/circuit
Clone this repository using git:
git clone git://git.rocketgit.com/user/mucbuc/circuit
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main