Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
juanobligado committed Aug 23, 2021
2 parents 9e083cd + 97cbeef commit 275c0b6
Show file tree
Hide file tree
Showing 16 changed files with 10,403 additions and 24 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ jspm_packages/

# artifacts
services/aggregatorservice/artifacts/
artifacts/
artifacts/
ceramic_wrapper/ceramic-linux
ceramic_wrapper/ceramic-macos
6 changes: 6 additions & 0 deletions ceramic_wrapper/ceramic.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const ceramic = require('ceramic') /* the current working directory so that means main.js because of package.json */
//let theFile = process.argv /* what the user enters as first argument */

console.log(
ceramic(process.argv)
)
8,524 changes: 8,524 additions & 0 deletions ceramic_wrapper/package-lock.json

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions ceramic_wrapper/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "ceramic",
"version": "1.0.0",
"description": "Ceramic CLI Wrapper",
"pkg": {
"scripts": "build/**/*.js",
"assets": "views/**/*",
"targets": [
"node14-linux-arm64",
"node10-win-x64"
],
"outputPath": "dist"
},
"author": "Juan Obligado",
"license": "ISC",
"dependencies": {
"@ceramicnetwork/cli": "^1.2.1"
}
}
Loading

0 comments on commit 275c0b6

Please sign in to comment.