create-skeleton-app
Advanced tools
Comparing version 0.0.3-beta.1 to 0.0.3-beta.2
@@ -22,2 +22,3 @@ declare class SkeletonOptions { | ||
skeletonui: boolean; | ||
skeletontemplatedir: string; | ||
workspace: string; | ||
@@ -24,0 +25,0 @@ } |
export { askForMissingParams } from './bin.js'; | ||
export { SkeletonOptions, createSkeleton } from './creator.js'; | ||
declare function dist(path: string): string; | ||
declare function dist(pathToFind: string): string; | ||
declare function getHelpText(): string; | ||
export { dist, getHelpText }; |
{ | ||
"name": "create-skeleton-app", | ||
"version": "0.0.3-beta.1", | ||
"version": "0.0.3-beta.2", | ||
"description": "Use this CLI app to setup a new Skeleton application in a new SvelteKit project.", | ||
@@ -33,10 +33,8 @@ "repository": { | ||
"files": [ | ||
"dist", | ||
"bin", | ||
"package.json", | ||
"templates/*" | ||
"dist/*", | ||
"bin" | ||
], | ||
"scripts": { | ||
"prepublishOnly": "npm run build", | ||
"dev": "tsx src/bin.ts", | ||
"dev": "tsx src/bin.ts --skeletontemplatedir=../../../template-sites/", | ||
"build": "unbuild && tsx scripts/copyassets.ts", | ||
@@ -53,3 +51,3 @@ "stub": "unbuild --stub", | ||
"bumpp": "^8.2.1", | ||
"eslint": "^8.27.0", | ||
"eslint": "^8.28.0", | ||
"fs-extra": "^10.1.0", | ||
@@ -61,3 +59,3 @@ "kleur": "^4.1.5", | ||
"standard-version": "^9.5.0", | ||
"tsx": "^3.11.0", | ||
"tsx": "^3.12.1", | ||
"typescript": "^4.9.3", | ||
@@ -64,0 +62,0 @@ "unbuild": "^0.9.4", |
{ | ||
"position": 5, | ||
"title": "Skeleton", | ||
"description": "Everything is setup to go, but no example code" | ||
"title": "Bare Bones Skeleton", | ||
"description": "Everything is setup to go" | ||
} |
{ | ||
"position": 10, | ||
"title": "Skeleton with AppShell and AppBar", | ||
"title": "Skeleton with AppShell, AppBar and Drawer for mobile", | ||
"description": "A good starting shell for your app" | ||
} |
{ | ||
"name": "create-skeleton-app", | ||
"version": "0.0.3-beta.1", | ||
"version": "0.0.3-beta.2", | ||
"description": "Use this CLI app to setup a new Skeleton application in a new SvelteKit project.", | ||
@@ -33,10 +33,8 @@ "repository": { | ||
"files": [ | ||
"dist", | ||
"bin", | ||
"package.json", | ||
"templates/*" | ||
"dist/*", | ||
"bin" | ||
], | ||
"scripts": { | ||
"prepublishOnly": "npm run build", | ||
"dev": "tsx src/bin.ts", | ||
"dev": "tsx src/bin.ts --skeletontemplatedir=../../../template-sites/", | ||
"build": "unbuild && tsx scripts/copyassets.ts", | ||
@@ -53,3 +51,3 @@ "stub": "unbuild --stub", | ||
"bumpp": "^8.2.1", | ||
"eslint": "^8.27.0", | ||
"eslint": "^8.28.0", | ||
"fs-extra": "^10.1.0", | ||
@@ -61,3 +59,3 @@ "kleur": "^4.1.5", | ||
"standard-version": "^9.5.0", | ||
"tsx": "^3.11.0", | ||
"tsx": "^3.12.1", | ||
"typescript": "^4.9.3", | ||
@@ -64,0 +62,0 @@ "unbuild": "^0.9.4", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
565117
16486
27