Michael Shilman
|
a289ef64c1
|
Main.js: Combine addons/presets in CLI templates
|
2019-12-31 14:38:45 +08:00 |
|
Norbert de Langen
|
7c5858c7f7
|
CHANGE cli generators to triconfig
|
2019-12-05 13:46:19 +01:00 |
|
Norbert de Langen
|
a4e7ddbe83
|
CHANGE cli so skipInstall also doesn't check against the registry, but directly edits package.json
|
2019-11-25 20:15:01 +01:00 |
|
Filipp Riabchun
|
24ec9d3674
|
Migrate examples and templates to PascalCase exports
|
2019-11-19 21:08:32 +01:00 |
|
Norbert de Langen
|
6e0d00ee1e
|
FIX cli
|
2019-10-29 12:50:51 +01:00 |
|
Norbert de Langen
|
548da0917d
|
Merge branch 'next' into pr/billfeller/8205
# Conflicts:
# lib/cli/generators/ANGULAR/index.js
# lib/cli/generators/HTML/index.js
# lib/cli/generators/REACT/index.js
# lib/cli/generators/REACT_SCRIPTS/index.js
# lib/cli/generators/SFC_VUE/index.js
# lib/cli/generators/VUE/index.js
# lib/cli/generators/WEBPACK_REACT/index.js
|
2019-10-28 10:40:05 +01:00 |
|
Michael Shilman
|
1f6ce87f09
|
CLI: Add component meta to templates
|
2019-10-18 00:00:08 +08:00 |
|
Michael Shilman
|
57d73317e8
|
Merge branch 'next' into 7543-cli-mdx
|
2019-10-12 11:50:11 +08:00 |
|
Michael Shilman
|
ba61fb9bef
|
CLI: SVELTE template CSF refactor
|
2019-10-12 10:07:49 +08:00 |
|
Michael Shilman
|
d63732040d
|
Update button.svelte
|
2019-10-10 17:09:59 +08:00 |
|
Norbert de Langen
|
832532c07e
|
CLEANUP
|
2019-09-27 11:48:17 +02:00 |
|
Norbert de Langen
|
d747165d18
|
CHANGE all the generators to generate a package.json file if it doesn't exist yet
|
2019-09-26 14:45:08 +02:00 |
|
Michael Shilman
|
cc8c06718b
|
CLI templates: rename load => configure
|
2019-07-27 02:21:49 +08:00 |
|
Michael Shilman
|
00c9e3558a
|
CLI templates: Svelte => module format
|
2019-07-20 17:09:19 +08:00 |
|
Laurent Debersaques
|
4bd6121f83
|
cli: replaced merge-dirs dependency by fs-extra
|
2019-06-16 00:33:30 +02:00 |
|
Lauritz Hilsøe
|
4e07c747ed
|
Export text prop in button from Svelte template
I was getting `text is not defined` with this current example but it is working if I add an exported text prop. It defaults to an empty string.
|
2019-05-24 17:09:31 +02:00 |
|
Norbert de Langen
|
152d836322
|
Merge branch 'next' into pr/cam-stitt/6698
|
2019-05-06 15:11:41 +02:00 |
|
Cameron Stitt
|
fc64a6e46d
|
Add svelte v3 support
|
2019-05-01 15:21:10 +10:00 |
|
Mikael Carpenter
|
d143131451
|
Move option for using dev dependencies to npmOptions in initiate.js
update installDependencies helper to use that new option
update usage of that to not pass '-D' in list of dependencies
|
2019-04-30 16:36:06 -07:00 |
|
Mikael Carpenter
|
fa991cc361
|
Update the remaining generators to use new install functions.
Add a new fixture that has a frozen lock file
Add documentation to the helper functions I changed
|
2019-04-25 10:12:16 -07:00 |
|
Arman
|
307c886d3c
|
fix(svelte): regexp
|
2019-03-22 12:06:42 +03:00 |
|
Arman Sargsyan
|
f215a50cf0
|
feat(svelte): adding svelte cli generator
|
2019-03-17 13:18:17 +03:00 |
|