Skip to content

Commit

Permalink
Merge pull request #43 from nick3point5/beta
Browse files Browse the repository at this point in the history
beta
  • Loading branch information
nick3point5 authored Jan 28, 2024
2 parents a14c1d9 + 7a772a7 commit 8045705
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 79 deletions.
77 changes: 1 addition & 76 deletions data/init.json
Original file line number Diff line number Diff line change
@@ -1,76 +1 @@
{
"name": "root",
"content": null,
"location": ".",
"children": [
{
"name": "emmet-gen-templates",
"content": null,
"location": "./emmet-gen-templates",
"children": [
{
"name": "default",
"content": null,
"location": "./emmet-gen-templates/default",
"children": [
{
"name": "__TemplateName__",
"content": null,
"location": "./emmet-gen-templates/default/__TemplateName__",
"children": [
{
"name": "__TemplateName__.js",
"content": "console.log('__TemplateName__')\n",
"location": "./emmet-gen-templates/default/__TemplateName__/__TemplateName__.js",
"children": [],
"type": "file"
}
],
"type": "directory"
}
],
"type": "directory"
},
{
"name": "empty",
"content": null,
"location": "./emmet-gen-templates/empty",
"children": [
{
"name": "__TemplateName__",
"content": null,
"location": "./emmet-gen-templates/empty/__TemplateName__",
"children": [],
"type": "directory"
}
],
"type": "directory"
},
{
"name": "file",
"content": null,
"location": "./emmet-gen-templates/file",
"children": [
{
"name": "__TemplateName__.js",
"content": "console.log('__TemplateName__')\n",
"location": "./emmet-gen-templates/file/__TemplateName__.js",
"children": [],
"type": "file"
}
],
"type": "directory"
}
],
"type": "directory"
},
{
"name": "emmet-gen-templates.json",
"content": "{\n\t\"auto_imports\": false,\n\t\"relative\": true,\n\t\"templatesSource\": \"./emmet-gen-templates\",\n\t\"baseUrl\": \"./\"\n}\n",
"location": "./emmet-gen-templates.json",
"children": [],
"type": "file"
}
],
"type": "directory"
}
{"name": "root","content": null,"location": ".","children": [{"name": "emmet-gen-templates","content": null,"location": "./emmet-gen-templates","children": [{"name": "default","content": null,"location": "./emmet-gen-templates/default","children": [{"name": "__TemplateName__","content": null,"location": "./emmet-gen-templates/default/__TemplateName__","children": [{"name": "__TemplateName__.js","content": "console.log('__TemplateName__')\n","location": "./emmet-gen-templates/default/__TemplateName__/__TemplateName__.js","children": [],"type": "file"}],"type": "directory"}],"type": "directory"},{"name": "empty","content": null,"location": "./emmet-gen-templates/empty","children": [{"name": "__TemplateName__","content": null,"location": "./emmet-gen-templates/empty/__TemplateName__","children": [],"type": "directory"}],"type": "directory"},{"name": "file","content": null,"location": "./emmet-gen-templates/file","children": [{"name": "__TemplateName__.js","content": "console.log('__TemplateName__')\n","location": "./emmet-gen-templates/file/__TemplateName__.js","children": [],"type": "file"}],"type": "directory"}],"type": "directory"},{"name": "emmet-gen-templates.json","content": "{\n\t\"auto_imports\": false,\n\t\"relative\": true,\n\t\"templatesSource\": \"./emmet-gen-templates\",\n\t\"baseUrl\": \"./\"\n}\n","location": "./emmet-gen-templates.json","children": [],"type": "file"}],"type": "directory"}
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emmet-gen",
"version": "1.7.1",
"version": "1.7.2",
"description": "emmet-gen is a CLI tool for generating directories and files with emmet inspired syntax.",
"main": "dist/main.min.js",
"type": "module",
Expand Down

0 comments on commit 8045705

Please sign in to comment.