-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move to spaces again! forever!
Signed-off-by: tunnckoCore <[email protected]>
- Loading branch information
1 parent
99f2878
commit 41fc253
Showing
173 changed files
with
9,083 additions
and
9,014 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,72 @@ | ||
CHANGELOG.md | ||
hela-workspace.json | ||
fixtures | ||
*.tsbuildinfo | ||
*.*cache | ||
|
||
# Build environment | ||
dist | ||
|
||
# Package managers lockfiles | ||
package-lock.json | ||
shrinkwrap.json | ||
pnpm-lock.json | ||
|
||
# Logs | ||
logs | ||
*.log | ||
*~ | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (https://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
|
||
# TypeScript v1 declaration files | ||
typings/ | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# dotenv environment variables file | ||
.env | ||
|
||
# next.js build output | ||
.next |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,60 @@ | ||
{ | ||
"name": "@hela/cli", | ||
"version": "4.0.2", | ||
"licenseStart": 2017, | ||
"license": "MPL-2.0", | ||
"description": "Hela v4. Powerful, simple and fast software development and management system.", | ||
"author": "Charlike Mike Reagent <[email protected]>", | ||
"homepage": "https://github.com/tunnckoCore/opensource/tree/master/@hela/cli", | ||
"funding": [ | ||
"https://ko-fi.com/tunnckoCore/commissions", | ||
"https://github.com/sponsors/tunnckoCore" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tunnckoCore/opensource.git", | ||
"directory": "@hela/cli" | ||
}, | ||
"type": "module", | ||
"main": "src/index.js", | ||
"files": [ | ||
"src" | ||
], | ||
"bin": { | ||
"hela": "src/bin.js", | ||
"hela-cli": "src/bin.js" | ||
}, | ||
"engines": { | ||
"node": ">=16 <17 || >=18 <19 || >=20" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org", | ||
"tag": "latest" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@hela/core": "*" | ||
}, | ||
"keywords": [ | ||
"tunnckocorehq", | ||
"tunnckocore-oss", | ||
"hela", | ||
"development", | ||
"developer-experience", | ||
"dx", | ||
"monorepos", | ||
"tooling", | ||
"software development", | ||
"jest", | ||
"jest system", | ||
"build system", | ||
"monorepo tools", | ||
"multirepo", | ||
"jest build", | ||
"management" | ||
], | ||
"contributors": [ | ||
"Charlike Mike Reagent <[email protected]>" | ||
] | ||
"name": "@hela/cli", | ||
"version": "4.0.2", | ||
"licenseStart": 2017, | ||
"license": "MPL-2.0", | ||
"description": "Hela v4. Powerful, simple and fast software development and management system.", | ||
"author": "Charlike Mike Reagent <[email protected]>", | ||
"homepage": "https://github.com/tunnckoCore/opensource/tree/master/@hela/cli", | ||
"funding": [ | ||
"https://ko-fi.com/tunnckoCore/commissions", | ||
"https://github.com/sponsors/tunnckoCore" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tunnckoCore/opensource.git", | ||
"directory": "@hela/cli" | ||
}, | ||
"type": "module", | ||
"main": "src/index.js", | ||
"files": [ | ||
"src" | ||
], | ||
"bin": { | ||
"hela": "src/bin.js", | ||
"hela-cli": "src/bin.js" | ||
}, | ||
"engines": { | ||
"node": ">=16 <17 || >=18 <19 || >=20" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org", | ||
"tag": "latest" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@hela/core": "*" | ||
}, | ||
"keywords": [ | ||
"tunnckocorehq", | ||
"tunnckocore-oss", | ||
"hela", | ||
"development", | ||
"developer-experience", | ||
"dx", | ||
"monorepos", | ||
"tooling", | ||
"software development", | ||
"jest", | ||
"jest system", | ||
"build system", | ||
"monorepo tools", | ||
"multirepo", | ||
"jest build", | ||
"management" | ||
], | ||
"contributors": [ | ||
"Charlike Mike Reagent <[email protected]>" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.