-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b986ff
commit e5b8a4f
Showing
117 changed files
with
5,006 additions
and
10,559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"env": { | ||
"browser": false, | ||
"node": true, | ||
"commonjs": false, | ||
"es2020": true | ||
}, | ||
"extends": [ | ||
"standard" | ||
], | ||
"parserOptions": { | ||
"ecmaVersion": 2020 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,6 @@ src | |
bower.json | ||
adapt.json | ||
.idea | ||
.idea/workspace.xml | ||
.idea/workspace.xml | ||
my-adapt-course | ||
test-plugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# TODO | ||
|
||
1. Isolate bower as best possible | ||
2. Refactor | ||
* ~~commands/build~~ | ||
* ~~commands/help~~ | ||
* ~~commands/uninstall~~ | ||
* ~~commands/update~~ | ||
* ~~commands/create/component~~ | ||
* ~~commands/create/question~~ | ||
* ~~commands/register~~ | ||
* ~~commands/rename~~ | ||
* ~~commands/search~~ | ||
* ~~commands/unregister~~ | ||
* ~~commands/install~~ | ||
* ~~commands/create~~ | ||
* ~~commands/create/course~~ | ||
* ~~commands/devinstall~~ | ||
* ~~commands/ls~~ | ||
* ~~commands/version~~ | ||
3. Final bits | ||
* ~~Duplicates plugin names in install, update, uninstall~~ | ||
* ~~Tests~~ | ||
* ~~Bower config / multi registry search~~ | ||
* ~~npm modules~~ | ||
4. Ensure api is working | ||
* ~~merge all Targets into Plugin~~ | ||
* ~~rewrite update task to mirror install task code~~ | ||
* ~~add path install to bower and clone install~~ | ||
* ~~add schemas support~~ | ||
* ~~add Plugin.fromPath()~~ | ||
* create api functions | ||
* non-interactive / interactivity | ||
* json output is good | ||
* good error output | ||
5. ~~Get tests working against new code~~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/usr/bin/env node | ||
import cli from '../lib/cli.js' | ||
cli.withOptions().execute() |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"command": "create question", | ||
"description": "create new question component", | ||
"usage": [ | ||
"create question", | ||
"create question <component-name>", | ||
"create question <component-name> <branch-name>" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.