Skip to content

Commit

Permalink
Add initial velox-luna project
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Jan 9, 2024
1 parent 8260cb3 commit d1f0b97
Show file tree
Hide file tree
Showing 5 changed files with 1,221 additions and 22 deletions.
5 changes: 5 additions & 0 deletions .changeset/tiny-yaks-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@inox-tools/velox-luna": patch
---

Initial test release
1 change: 1 addition & 0 deletions packages/velox-luna/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('Velox Luna executed');
23 changes: 23 additions & 0 deletions packages/velox-luna/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "@inox-tools/velox-luna",
"version": "0.0.0",
"description": "Accelerate your i18n translation work on Lunaria projects",
"keywords": [
"lunaria",
"i18n",
"cli"
],
"license": "MIT",
"author": "Luiz Ferraz <[email protected]>",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@lunariajs/core": "^0.0.25"
},
"devDependencies": {
"esbuild": "^0.19.11",
"typescript": "^5.3.3",
"vitest": "^1.1.3"
}
}
4 changes: 4 additions & 0 deletions packages/velox-luna/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../../tsconfig.base.json"
}
Loading

0 comments on commit d1f0b97

Please sign in to comment.