|
|
bb0248f91a
|
feat: update all ouput logging
|
2026-03-23 17:02:33 +02:00 |
|
|
|
972d199fbb
|
feat: config validation
|
2026-03-23 16:53:55 +02:00 |
|
|
|
b5fd1df821
|
feat: scaffoldignore
|
2026-03-23 16:41:08 +02:00 |
|
|
|
f6408f221d
|
feat: select, confirm and number input types
|
2026-03-23 16:32:41 +02:00 |
|
|
|
0a4ead17c0
|
feat: after scaffold hook
|
2026-03-23 16:28:40 +02:00 |
|
|
|
7926b15053
|
feat: init command
|
2026-03-23 16:22:43 +02:00 |
|
|
|
04e7e895d7
|
feat: add .scaffold.{ext} as auto-detected file
|
2026-03-23 12:34:48 +02:00 |
|
|
|
d64dd4f0e7
|
feat: predefined data inputs
|
2026-03-23 12:27:55 +02:00 |
|
|
|
519ef273ac
|
feat: interactive inputs
|
2026-03-23 12:16:24 +02:00 |
|
|
|
0ffd7ef788
|
build: migrate to vite+vitest
|
2026-03-23 10:45:57 +02:00 |
|
|
|
d16fb17c38
|
test: add comprehensive tests
|
2026-03-23 10:38:00 +02:00 |
|
|
|
dcba30689b
|
chore: update formatting & lints
|
2025-06-19 01:28:15 +03:00 |
|
|
|
29f2afe097
|
test: add cli precedence test
|
2025-06-19 01:27:50 +03:00 |
|
Chen Asraf
|
80c92bfe84
|
fix: strip tmpDir from output dir (#108)
* fix: strip tmpDir from output dir
* ci: test PRs
* fix: cmd
* fix: use relative path for replacement
* chore: remove todo
|
2024-10-03 14:12:30 +03:00 |
|
|
|
89dc43c73d
|
fix: exclude globs
refactor: split main file iteration to 2 steps
|
2024-09-17 23:57:48 +03:00 |
|
|
|
ff4ebf0a5b
|
test: add color tests
|
2024-09-17 23:57:48 +03:00 |
|
|
|
aefba4b773
|
docs: fix property names
|
2024-08-27 16:06:56 +03:00 |
|
|
|
4fd710b763
|
test: fix tests
|
2024-02-13 01:39:04 +02:00 |
|
|
|
6a026ce1a1
|
chore: version output + docs update
|
2024-02-04 16:20:25 +02:00 |
|
|
|
c9e5dad746
|
test: fix tests
|
2024-02-02 02:47:27 +02:00 |
|
|
|
ff92fd7607
|
fix: tests
|
2024-01-31 23:55:39 +02:00 |
|
|
|
0dc1116141
|
feat!: rename createSubFolder and subFolderNameHelper
|
2024-01-31 23:55:39 +02:00 |
|
|
|
89aacb58fd
|
feat: try multiple default config files
|
2024-01-31 23:55:39 +02:00 |
|
|
|
9ce2845ace
|
feat!: separate git/github/config flags
feat: separate git/github/config
t
test
cleanup
|
2024-01-31 23:55:39 +02:00 |
|
|
|
361778a188
|
feat!: rename verbose to logLevel
|
2024-01-31 23:55:39 +02:00 |
|
|
|
c04d1cc42a
|
chore!: remove Name from default data
|
2024-01-31 23:55:39 +02:00 |
|
|
|
c6b185cd8f
|
feat!: remove url colon syntax
|
2024-01-31 23:55:39 +02:00 |
|
|
|
5abf528b81
|
chore!: update massarg
|
2024-01-31 23:55:39 +02:00 |
|
|
|
457c90470b
|
fix(config): fn config load
closes #63
|
2023-11-28 00:49:28 +02:00 |
|
|
|
98ee00031f
|
fix: windows path resolution
|
2023-08-14 00:19:50 +03:00 |
|
Chen Asraf
|
3413151358
|
test: add tests
chore: use node:* modules for builtins
|
2023-06-12 23:26:25 +03:00 |
|
Chen Asraf
|
3714e8b3bd
|
build: update release rules, add tests
|
2023-06-08 02:50:50 +03:00 |
|
Chen Asraf
|
4f27b7b934
|
test: add tests
|
2023-05-13 02:36:26 +03:00 |
|
Chen Asraf
|
3dfc920455
|
test: fix + add tests
|
2023-05-13 01:58:21 +03:00 |
|
Chen Asraf
|
2251a9c727
|
chore: cleanups
|
2023-05-10 00:08:45 +03:00 |
|
Chen Asraf
|
4fecca8483
|
fix: support quote wrapping in append-data
|
2023-04-24 13:02:29 +03:00 |
|
Chen Asraf
|
3c5c2ded02
|
feat: append-data cli flag
|
2023-04-24 13:02:29 +03:00 |
|
Chen Asraf
|
2841ebd3d2
|
update docs + formatting update
|
2022-05-03 19:24:18 +03:00 |
|
Chen Asraf
|
40606edaee
|
update test desc
|
2022-04-29 09:56:59 +03:00 |
|
Chen Asraf
|
e450ad242e
|
fix: binary files + add tests
|
2022-04-29 09:54:06 +03:00 |
|
Chen Asraf
|
a3deda2d80
|
v1.1 (#35)
v1.1
### New features
- Enable custom transformations with `beforeWrite`
- Add built-in date formatting helpers
### Commit log
* add develop branch
* chore: remove unneeded dep
* Update issue templates [skip ci]
* update PR workflow
* implementation of before-write callback + tests
* clean up + update docs
* add explicit function return types
* bump version number
* docs: add table of contents
* correct version number
* update workflows + release alpha
* update README.md [skip ci]
* update README.md [skip ci]
* implement now & custom date helpers
* docs + bump version number
* docs cleanup
* update docs
* accept async beforeWrite callback
* fix docs
* remove redundent check
* fix type import
* update README.md [skip ci]
* bump version number [skip ci]
* update docs [skip ci]
|
2022-04-21 02:57:52 +03:00 |
|
Chen Asraf
|
f07df79e82
|
improved test
|
2022-03-03 21:48:13 +02:00 |
|
Chen Asraf
|
a043a05bc9
|
updated tests
|
2022-03-03 21:42:31 +02:00 |
|
Chen Asraf
|
52cb3e7353
|
fixed more windows paths, updated tests
|
2022-03-03 12:25:39 +02:00 |
|
Chen Asraf
|
89d7897f4e
|
refactor handlebarsParse - remove redundant arg
|
2022-03-03 10:31:30 +02:00 |
|
Chen Asraf
|
56f1340093
|
fix transform of windows-style paths
|
2022-03-03 10:21:37 +02:00 |
|
Chen Asraf
|
81ba5f50fd
|
add subFolderNameHelper arg
|
2022-02-17 19:12:17 +02:00 |
|
Chen Asraf
|
d03d0e0812
|
added custom helpers
|
2022-02-14 23:26:48 +02:00 |
|
Chen Asraf
|
8413225202
|
fix errors, fix nested output
|
2022-02-14 23:26:48 +02:00 |
|
Chen Asraf
|
2d5626ca70
|
improve tests
|
2021-11-18 12:45:26 +02:00 |
|