Skip to content

Commit

Permalink
Issue #1 chore: Setup from CE-Core-Plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Manoj Chandrashekar committed Jun 11, 2018
0 parents commit 6a02010
Show file tree
Hide file tree
Showing 24 changed files with 1,444 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
extends: "ekstep-content-plugin"
rules:
indent: ["error", 2, { "SwitchCase": 1 }]
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@Library('ekstep-content-plugin-jenkins-common') _

buildContentPlugin {

}
Binary file added assets/mtf-horizontal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions bin/updateFrameworkDependencies.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env node

var rimraf = require('rimraf');
var execSync = require('child_process').execSync;

rimraf.sync('bower_components/ekstep-content-plugin-dev-common');
rimraf.sync('node_modules/ekstep-content-plugin-dev-common');
execSync('npm install', { stdio: 'inherit' });
require('ekstep-content-plugin-dev-common/bin/updateFrameworkDependencies.js');
6 changes: 6 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "org.ekstep.questionset",
"dependencies": {
"ekstep-content-plugin-dev-common": "ekstep/ekstep-content-plugin-dev-common"
}
}
Binary file added editor/assets/mtf-horizontal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
270 changes: 270 additions & 0 deletions editor/controllers/horizontal_controller.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions editor/help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
***mcqlugin***
16 changes: 16 additions & 0 deletions editor/plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6a02010

Please sign in to comment.