Skip to content

Commit

Permalink
chore: deleted old vanilla template
Browse files Browse the repository at this point in the history
  • Loading branch information
HoyosJuan committed Jun 4, 2024
1 parent e84acdd commit a435306
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 216 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ node_modules
dist
dist-ssr
*.local
*.lock
templates/**/*.lock
templates/**/*-lock.json

# Editor directories and files
.vscode/*
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import ncp from 'ncp';
const require = createRequire(import.meta.url);
const templatesPath = join(dirname(fileURLToPath(import.meta.url)), 'templates');

const chooseTemplateMsg = "Choose a template for your new OpenBIM project:"
const chooseTemplateMsg = "Choose a template for your new BIM app:"
const completedMsg = `
Project created successfully inside the current directory! Now execute the following in terminal:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-bim-app",
"description": "Quickly start your next OpenBIM App.",
"version": "1.4.2",
"version": "1.4.3",
"main": "index.js",
"bin": {
"create-bim-app": "./index.js"
Expand Down
23 changes: 0 additions & 23 deletions templates/vanilla/index.html

This file was deleted.

21 changes: 0 additions & 21 deletions templates/vanilla/package.json

This file was deleted.

68 changes: 0 additions & 68 deletions templates/vanilla/src/bim-components/ExampleTool/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion templates/vanilla/src/bim-components/index.ts

This file was deleted.

68 changes: 0 additions & 68 deletions templates/vanilla/src/main.ts

This file was deleted.

23 changes: 0 additions & 23 deletions templates/vanilla/tsconfig.json

This file was deleted.

9 changes: 0 additions & 9 deletions templates/vanilla/vite.config.ts

This file was deleted.

0 comments on commit a435306

Please sign in to comment.