@akanjs/cli 0.0.58 → 0.0.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +679 -91
- package/package.json +3 -4
- package/pkgs/@akanjs/cli/src/application/application.runner.d.ts +1 -0
- package/pkgs/@akanjs/cli/src/application/application.script.d.ts +2 -1
- package/pkgs/@akanjs/cli/src/library/library.command.d.ts +3 -1
- package/pkgs/@akanjs/cli/src/library/library.runner.d.ts +4 -1
- package/pkgs/@akanjs/cli/src/library/library.script.d.ts +4 -1
- package/pkgs/@akanjs/cli/src/module/module.command.d.ts +1 -1
- package/pkgs/@akanjs/cli/src/module/module.prompt.d.ts +1 -1
- package/pkgs/@akanjs/cli/src/module/module.script.d.ts +1 -1
- package/pkgs/@akanjs/cli/src/workspace/workspace.command.d.ts +1 -2
- package/pkgs/@akanjs/cli/src/workspace/workspace.runner.d.ts +0 -1
- package/pkgs/@akanjs/cli/src/workspace/workspace.script.d.ts +4 -1
- package/pkgs/@akanjs/devkit/src/aiEditor.d.ts +17 -0
- package/pkgs/@akanjs/devkit/src/executors.d.ts +26 -0
- package/pkgs/@akanjs/devkit/src/index.d.ts +1 -0
- package/pkgs/@akanjs/devkit/src/streamAi.d.ts +1 -1
- package/src/templates/app/akan.config.js +35 -0
- package/src/templates/app/env/env.client.debug.ts.template +7 -0
- package/src/templates/app/env/env.client.develop.ts.template +7 -0
- package/src/templates/app/env/env.client.main.ts.template +7 -0
- package/src/templates/app/env/env.client.testing.ts.template +7 -0
- package/src/templates/app/env/env.client.type.js +1 -1
- package/src/templates/app/env/env.server.debug.ts.template +15 -0
- package/src/templates/app/env/env.server.develop.ts.template +15 -0
- package/src/templates/app/env/env.server.main.ts.template +15 -0
- package/src/templates/app/env/env.server.testing.ts.template +7 -0
- package/src/templates/app/tsconfig.json.template +6 -6
- package/src/templates/workspaceRoot/.gitignore.template +117 -0
- package/src/templates/{workplaceRoot/eslint.config.js.template → workspaceRoot/eslint.config.ts.template} +14 -19
- package/src/templates/app/akan.config.ts.template +0 -5
- package/src/templates/workplaceRoot/.gitignore.template +0 -195
- /package/src/templates/app/app/[lang]/(__appName__)/(public)/forgotpassword/{page.js → page.jsx} +0 -0
- /package/src/templates/app/app/[lang]/(__appName__)/(public)/{page.js → page.jsx} +0 -0
- /package/src/templates/app/app/[lang]/(__appName__)/(public)/privacy/{page.js → page.jsx} +0 -0
- /package/src/templates/app/app/[lang]/(__appName__)/(public)/signin/{page.js → page.jsx} +0 -0
- /package/src/templates/app/app/[lang]/(__appName__)/(public)/termsofservice/{page.js → page.jsx} +0 -0
- /package/src/templates/app/app/[lang]/(__appName__)/(user)/{layout.js → layout.jsx} +0 -0
- /package/src/templates/app/app/[lang]/(__appName__)/(user)/self/{page.js → page.jsx} +0 -0
- /package/src/templates/app/app/[lang]/(__appName__)/{layout.js → layout.jsx} +0 -0
- /package/src/templates/app/app/[lang]/admin/{layout.js → layout.jsx} +0 -0
- /package/src/templates/app/app/[lang]/admin/{page.js → page.jsx} +0 -0
- /package/src/templates/app/app/{csr.js → csr.jsx} +0 -0
- /package/src/templates/app/app/{layout.js → layout.jsx} +0 -0
- /package/src/templates/app/lib/setting/{Setting.Template.js → Setting.Template.jsx} +0 -0
- /package/src/templates/app/lib/setting/{Setting.Unit.js → Setting.Unit.jsx} +0 -0
- /package/src/templates/app/lib/setting/{Setting.Util.js → Setting.Util.jsx} +0 -0
- /package/src/templates/app/lib/setting/{Setting.View.js → Setting.View.jsx} +0 -0
- /package/src/templates/app/lib/setting/{Setting.Zone.js → Setting.Zone.jsx} +0 -0
- /package/src/templates/app/lib/setting/{index.js → index.jsx} +0 -0
- /package/src/templates/app/lib/summary/{Summary.Template.js → Summary.Template.jsx} +0 -0
- /package/src/templates/app/lib/summary/{Summary.Unit.js → Summary.Unit.jsx} +0 -0
- /package/src/templates/app/lib/summary/{Summary.Util.js → Summary.Util.jsx} +0 -0
- /package/src/templates/app/lib/summary/{Summary.View.js → Summary.View.jsx} +0 -0
- /package/src/templates/app/lib/summary/{Summary.Zone.js → Summary.Zone.jsx} +0 -0
- /package/src/templates/app/lib/summary/{index.js → index.jsx} +0 -0
- /package/src/templates/app/lib/user/{User.Template.js → User.Template.jsx} +0 -0
- /package/src/templates/app/lib/user/{User.Unit.js → User.Unit.jsx} +0 -0
- /package/src/templates/app/lib/user/{User.Util.js → User.Util.jsx} +0 -0
- /package/src/templates/app/lib/user/{User.View.js → User.View.jsx} +0 -0
- /package/src/templates/app/lib/user/{User.Zone.js → User.Zone.jsx} +0 -0
- /package/src/templates/app/lib/user/{index.js → index.jsx} +0 -0
- /package/src/templates/app/ui/{Footer.js → Footer.jsx} +0 -0
- /package/src/templates/app/ui/{MainHeader.js → MainHeader.jsx} +0 -0
- /package/src/templates/crudPages/[__model__Id]/edit/{page.js → page.jsx} +0 -0
- /package/src/templates/crudPages/[__model__Id]/{page.js → page.jsx} +0 -0
- /package/src/templates/crudPages/new/{page.js → page.jsx} +0 -0
- /package/src/templates/crudPages/{page.js → page.jsx} +0 -0
- /package/src/templates/module/{__Model__.Template.js → __Model__.Template.jsx} +0 -0
- /package/src/templates/module/{__Model__.Unit.js → __Model__.Unit.jsx} +0 -0
- /package/src/templates/module/{__Model__.Util.js → __Model__.Util.jsx} +0 -0
- /package/src/templates/module/{__Model__.View.js → __Model__.View.jsx} +0 -0
- /package/src/templates/module/{__Model__.Zone.js → __Model__.Zone.jsx} +0 -0
- /package/src/templates/module/{index.js → index.jsx} +0 -0
- /package/src/templates/{workplaceRoot → workspaceRoot}/.env.template +0 -0
- /package/src/templates/{workplaceRoot → workspaceRoot}/.prettierignore.template +0 -0
- /package/src/templates/{workplaceRoot → workspaceRoot}/.prettierrc.json.template +0 -0
- /package/src/templates/{workplaceRoot → workspaceRoot}/.swcrc.template +0 -0
- /package/src/templates/{workplaceRoot → workspaceRoot}/README.md.template +0 -0
- /package/src/templates/{workplaceRoot → workspaceRoot}/tsconfig.json.template +0 -0
|
@@ -1,195 +0,0 @@
|
|
|
1
|
-
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
2
|
-
|
|
3
|
-
# compiled output
|
|
4
|
-
**/dist
|
|
5
|
-
/tmp
|
|
6
|
-
/out-tsc
|
|
7
|
-
|
|
8
|
-
# dependencies
|
|
9
|
-
/node_modules
|
|
10
|
-
package-lock.json
|
|
11
|
-
/.yarn
|
|
12
|
-
yarn.lock
|
|
13
|
-
.pnp.cjs
|
|
14
|
-
.pnp.loader.mjs
|
|
15
|
-
/.nx
|
|
16
|
-
|
|
17
|
-
# IDEs and editors
|
|
18
|
-
/.idea
|
|
19
|
-
.project
|
|
20
|
-
.classpath
|
|
21
|
-
.c9/
|
|
22
|
-
*.launch
|
|
23
|
-
.settings/
|
|
24
|
-
*.sublime-workspace
|
|
25
|
-
|
|
26
|
-
# IDE - VSCode
|
|
27
|
-
.vscode/*
|
|
28
|
-
!.vscode/settings.json
|
|
29
|
-
!.vscode/tasks.json
|
|
30
|
-
!.vscode/launch.json
|
|
31
|
-
!.vscode/extensions.json
|
|
32
|
-
|
|
33
|
-
# misc
|
|
34
|
-
/.sass-cache
|
|
35
|
-
/connect.lock
|
|
36
|
-
/coverage
|
|
37
|
-
/libpeerconnection.log
|
|
38
|
-
npm-debug.log
|
|
39
|
-
yarn-error.log
|
|
40
|
-
testem.log
|
|
41
|
-
/typings
|
|
42
|
-
|
|
43
|
-
# System Files
|
|
44
|
-
.DS_Store
|
|
45
|
-
Thumbs.db
|
|
46
|
-
|
|
47
|
-
# Environment
|
|
48
|
-
*.env
|
|
49
|
-
tokens
|
|
50
|
-
**/build
|
|
51
|
-
**/node_modules
|
|
52
|
-
/data
|
|
53
|
-
apps/*/data
|
|
54
|
-
/secure
|
|
55
|
-
/releases
|
|
56
|
-
/src
|
|
57
|
-
schema.gql
|
|
58
|
-
**/script.js
|
|
59
|
-
**/script.ts
|
|
60
|
-
**/script*.ts
|
|
61
|
-
**/contract.ts
|
|
62
|
-
|
|
63
|
-
**/abi
|
|
64
|
-
|
|
65
|
-
**/.env
|
|
66
|
-
**/env.client.debug.ts*
|
|
67
|
-
**/env.client.develop.ts*
|
|
68
|
-
**/env.client.main.ts*
|
|
69
|
-
**/env.client.testing.ts*
|
|
70
|
-
**/env.server.debug.ts*
|
|
71
|
-
**/env.server.develop.ts*
|
|
72
|
-
**/env.server.main.ts*
|
|
73
|
-
**/env.server.testing.ts*
|
|
74
|
-
pkgs/contract/env.ts
|
|
75
|
-
# Kubernetes
|
|
76
|
-
**/*secrets.yaml
|
|
77
|
-
**/kubeconfig.yaml
|
|
78
|
-
**/secrets.*
|
|
79
|
-
|
|
80
|
-
# Next.js
|
|
81
|
-
.next
|
|
82
|
-
|
|
83
|
-
**/.secret/*
|
|
84
|
-
**/**.p8
|
|
85
|
-
dump
|
|
86
|
-
|
|
87
|
-
# Expo
|
|
88
|
-
node_modules/
|
|
89
|
-
.expo/
|
|
90
|
-
.yarn/
|
|
91
|
-
dist/
|
|
92
|
-
npm-debug.*
|
|
93
|
-
*.jks
|
|
94
|
-
*.p8
|
|
95
|
-
*.p12
|
|
96
|
-
*.key
|
|
97
|
-
*.mobileprovision
|
|
98
|
-
*.orig.*
|
|
99
|
-
web-build/
|
|
100
|
-
cache/
|
|
101
|
-
|
|
102
|
-
# React Native
|
|
103
|
-
|
|
104
|
-
# OSX
|
|
105
|
-
#
|
|
106
|
-
.DS_Store
|
|
107
|
-
|
|
108
|
-
# Xcode
|
|
109
|
-
#
|
|
110
|
-
build/
|
|
111
|
-
*.pbxuser
|
|
112
|
-
!default.pbxuser
|
|
113
|
-
*.mode1v3
|
|
114
|
-
!default.mode1v3
|
|
115
|
-
*.mode2v3
|
|
116
|
-
!default.mode2v3
|
|
117
|
-
*.perspectivev3
|
|
118
|
-
!default.perspectivev3
|
|
119
|
-
xcuserdata
|
|
120
|
-
*.xccheckout
|
|
121
|
-
*.moved-aside
|
|
122
|
-
DerivedData
|
|
123
|
-
*.hmap
|
|
124
|
-
*.ipa
|
|
125
|
-
*.xcuserstate
|
|
126
|
-
# ios
|
|
127
|
-
# Android/IntelliJ
|
|
128
|
-
#
|
|
129
|
-
# **/android
|
|
130
|
-
build/
|
|
131
|
-
.idea
|
|
132
|
-
.gradle
|
|
133
|
-
local.properties
|
|
134
|
-
*.iml
|
|
135
|
-
*.hprof
|
|
136
|
-
.cxx/
|
|
137
|
-
*.keystore
|
|
138
|
-
!debug.keystore
|
|
139
|
-
|
|
140
|
-
# node.js
|
|
141
|
-
#
|
|
142
|
-
node_modules/
|
|
143
|
-
npm-debug.log
|
|
144
|
-
yarn-error.log
|
|
145
|
-
|
|
146
|
-
# fastlane
|
|
147
|
-
#
|
|
148
|
-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
|
|
149
|
-
# screenshots whenever they are needed.
|
|
150
|
-
# For more information about the recommended setup visit:
|
|
151
|
-
# https://docs.fastlane.tools/best-practices/source-control/
|
|
152
|
-
|
|
153
|
-
**/fastlane/report.xml
|
|
154
|
-
**/fastlane/Preview.html
|
|
155
|
-
**/fastlane/screenshots
|
|
156
|
-
**/fastlane/test_output
|
|
157
|
-
|
|
158
|
-
# Bundle artifact
|
|
159
|
-
*.jsbundle
|
|
160
|
-
|
|
161
|
-
# Ruby / CocoaPods
|
|
162
|
-
# **/ios/Pods/
|
|
163
|
-
**/vendor/bundle/
|
|
164
|
-
# **/android/
|
|
165
|
-
# Temporary files created by Metro to check the health of the file watcher
|
|
166
|
-
.metro-health-check*
|
|
167
|
-
|
|
168
|
-
# testing
|
|
169
|
-
**/coverage
|
|
170
|
-
|
|
171
|
-
**/public/precache.*.*.js
|
|
172
|
-
**/public/sw.js
|
|
173
|
-
**/public/workbox-*.js
|
|
174
|
-
**/public/worker-*.js
|
|
175
|
-
**/public/fallback-*.js
|
|
176
|
-
**/public/precache.*.*.js.map
|
|
177
|
-
**/public/sw.js.map
|
|
178
|
-
**/public/workbox-*.js.map
|
|
179
|
-
**/public/worker-*.js.map
|
|
180
|
-
**/public/fallback-*.js
|
|
181
|
-
**/public/libs
|
|
182
|
-
# **/android/app/src/main/assets/public
|
|
183
|
-
# **/ios/App/App/Assets.xcassets/*
|
|
184
|
-
**/ios/App/App/public
|
|
185
|
-
**/ios/App/App/Podfile.lock
|
|
186
|
-
**/ios/App/App.pbxproj
|
|
187
|
-
**/*-secret.yaml
|
|
188
|
-
**/akamir-id
|
|
189
|
-
**/akamir-id.pub
|
|
190
|
-
**/.jenkins.conf
|
|
191
|
-
**/regcred.yaml
|
|
192
|
-
**/mongo-connections.json
|
|
193
|
-
**/redis-connections.json
|
|
194
|
-
infra/master/createRecords.ts
|
|
195
|
-
local
|
/package/src/templates/app/app/[lang]/(__appName__)/(public)/forgotpassword/{page.js → page.jsx}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/src/templates/app/app/[lang]/(__appName__)/(public)/termsofservice/{page.js → page.jsx}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|