diff --git a/.gitignore b/.gitignore index 28f1ba7..ffc0011 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -.DS_Store \ No newline at end of file +.DS_Store +sasjsbuild/ diff --git a/doxy/new_footer.html b/doxy/new_footer.html deleted file mode 100644 index a7ed013..0000000 --- a/doxy/new_footer.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - diff --git a/doxy/new_header.html b/doxy/new_header.html deleted file mode 100644 index 8c9128d..0000000 --- a/doxy/new_header.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - -$projectname: $title -$title - - - -$treeview -$search -$mathjax - - -$extrastylesheet - - -
- - -
- - - - - - - - - - - - - - - - - - - - - -
-
-  $projectnumber -
-
- Production Ready Macros for SAS Application Developers
- - https://github.com/sasjs/core - - -
- - -
-
$projectbrief
- - - -
Production Ready Macros for SAS Application Developers
- https://github.com/sasjs/core -
-
$searchbox
-
- - diff --git a/package-lock.json b/package-lock.json index 81a8694..2daab49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,4 +1,28 @@ { - "name": "macrocore", - "lockfileVersion": 1 + "name": "@sasjs/core", + "version": "1.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "@sasjs/core", + "version": "1.0.0", + "license": "MIT", + "dependencies": { + "@sasjs/core": "^2.2.1" + } + }, + "node_modules/@sasjs/core": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@sasjs/core/-/core-2.2.1.tgz", + "integrity": "sha512-CLICF0+ZUorKXct+4eU4ij1D5JCt4FZLwIyrUmfIA55XZJZxerS8pffh8BvXNi0x8MvtfKM12MCrpbtWTaX+Mw==" + } + }, + "dependencies": { + "@sasjs/core": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@sasjs/core/-/core-2.2.1.tgz", + "integrity": "sha512-CLICF0+ZUorKXct+4eU4ij1D5JCt4FZLwIyrUmfIA55XZJZxerS8pffh8BvXNi0x8MvtfKM12MCrpbtWTaX+Mw==" + } + } } diff --git a/package.json b/package.json index 043c488..3d20a11 100644 --- a/package.json +++ b/package.json @@ -10,13 +10,25 @@ "author": "Allan Bowe ", "repository": { "type": "git", - "url": "https://github.com/sasjs/core" + "url": "git+https://github.com/sasjs/core.git" }, "release": { - "branches": ["main"] + "branches": [ + "main" + ] }, "publishConfig": { "access": "public" }, - "devDependencies": {} + "bugs": { + "url": "https://github.com/sasjs/core/issues" + }, + "homepage": "https://github.com/sasjs/core#readme", + "version": "1.0.0", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "dependencies": { + } } diff --git a/doxy/Doxyfile b/sasjs/doxy/Doxyfile similarity index 71% rename from doxy/Doxyfile rename to sasjs/doxy/Doxyfile index f559e5a..ff35654 100644 --- a/doxy/Doxyfile +++ b/sasjs/doxy/Doxyfile @@ -13,17 +13,17 @@ HIDE_IN_BODY_DOCS = YES HIDE_SCOPE_NAMES = YES HIDE_UNDOC_CLASSES = YES HIDE_UNDOC_MEMBERS = YES -HTML_OUTPUT = doxy -HTML_HEADER = ./doxy/new_header.html -HTML_FOOTER = ./doxy/new_footer.html -HTML_EXTRA_STYLESHEET = ./doxy/new_stylesheet.css +HTML_OUTPUT = $(DOXY_HTML_OUTPUT) +HTML_HEADER = $(DOXY_CONTENT)new_header.html +HTML_FOOTER = $(DOXY_CONTENT)new_footer.html +HTML_EXTRA_STYLESHEET = $(DOXY_CONTENT)new_stylesheet.css INHERIT_DOCS = NO INLINE_INFO = NO -INPUT = base meta metax viya lua -LAYOUT_FILE = ./doxy/DoxygenLayout.xml +INPUT = $(DOXY_INPUT) +LAYOUT_FILE = $(DOXY_CONTENT)DoxygenLayout.xml MAX_INITIALIZER_LINES = 0 PROJECT_NAME = Macro Core -PROJECT_LOGO = doxy/Macro_core_website_1.png +PROJECT_LOGO = $(DOXY_CONTENT)Macro_core_website_1.png PROJECT_BRIEF = "Production Ready Macros for SAS Application Developers" RECURSIVE = YES REPEAT_BRIEF = NO diff --git a/doxy/DoxygenLayout.xml b/sasjs/doxy/DoxygenLayout.xml similarity index 100% rename from doxy/DoxygenLayout.xml rename to sasjs/doxy/DoxygenLayout.xml diff --git a/doxy/Macro_core_website_1.png b/sasjs/doxy/Macro_core_website_1.png similarity index 100% rename from doxy/Macro_core_website_1.png rename to sasjs/doxy/Macro_core_website_1.png diff --git a/doxy/batch.bat b/sasjs/doxy/batch.bat similarity index 100% rename from doxy/batch.bat rename to sasjs/doxy/batch.bat diff --git a/doxy/build.sh b/sasjs/doxy/build.sh old mode 100755 new mode 100644 similarity index 100% rename from doxy/build.sh rename to sasjs/doxy/build.sh diff --git a/sasjs/doxy/favicon.ico b/sasjs/doxy/favicon.ico new file mode 100644 index 0000000..1cb2ca5 Binary files /dev/null and b/sasjs/doxy/favicon.ico differ diff --git a/sasjs/doxy/new_footer.html b/sasjs/doxy/new_footer.html new file mode 100644 index 0000000..1d66b15 --- /dev/null +++ b/sasjs/doxy/new_footer.html @@ -0,0 +1,32 @@ + + + + + + + + + diff --git a/sasjs/doxy/new_header.html b/sasjs/doxy/new_header.html new file mode 100644 index 0000000..48e1008 --- /dev/null +++ b/sasjs/doxy/new_header.html @@ -0,0 +1,93 @@ + + + + + + + + + + $projectname: $title + + + $title + + + + + $treeview $search $mathjax + + + $extrastylesheet + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+  $projectnumber +
+ +
+ Production Ready Macros for SAS Application Developers
+ + https://github.com/sasjs/core + +
+ + +
+
$projectbrief
+ + + + + + + +
+ Production Ready Macros for SAS Application Developers +
+ + https://github.com/sasjs/core + +
+
$searchbox
+
+ + +
+ + diff --git a/doxy/new_stylesheet.css b/sasjs/doxy/new_stylesheet.css similarity index 91% rename from doxy/new_stylesheet.css rename to sasjs/doxy/new_stylesheet.css index aecd28c..41958a7 100644 --- a/doxy/new_stylesheet.css +++ b/sasjs/doxy/new_stylesheet.css @@ -1,5 +1,5 @@ -#projectlogo img -{ - border: 0px none; - max-height:70px +#projectlogo img +{ + border: 0px none; + max-height:70px } \ No newline at end of file diff --git a/doxy/runningman.jpg b/sasjs/doxy/runningman.jpg similarity index 100% rename from doxy/runningman.jpg rename to sasjs/doxy/runningman.jpg diff --git a/sasjs/sasjsconfig.json b/sasjs/sasjsconfig.json new file mode 100644 index 0000000..57d7fba --- /dev/null +++ b/sasjs/sasjsconfig.json @@ -0,0 +1,3 @@ +{ + "macroFolders": ["../base", "../meta", "../metax", "../viya", "../lua"] +}