Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.1.13 - refactoring installers and adding type files generators for laravel/jetstream/inertia/vilt-ds/vueventus #15

Merged
merged 22 commits into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
d1d70df
fixing type-o in README
oberocks Aug 2, 2023
b3de76b
adding new ./src/generators/jetstream/generateAppColorsTypesTs.ts
oberocks Aug 2, 2023
0a15667
adding new ./src/generators/jetstream/generateAppJetstreamTypesTs.ts
oberocks Aug 2, 2023
8010b98
adding new ./src/generators/jetstream/generateAppTypesTs.ts
oberocks Aug 2, 2023
765af6d
adding new ./src/generators/jetstream/generateAppVvClassesTypesTs.ts
oberocks Aug 2, 2023
be2a1a4
adding new ./src/helpers/installWhenNoFile.ts
oberocks Aug 2, 2023
09fcc53
adding new ./src/installers/jetstream/installAppColorsTypesTs.ts
oberocks Aug 2, 2023
ecae3d8
adding new ./src/installers/jetstream/installAppJetstreamTypesTs.ts
oberocks Aug 2, 2023
43b15bf
adding new ./src/installers/jetstream/installAppTypesTs.ts
oberocks Aug 2, 2023
bfff8cf
adding new ./src/installers/jetstream/installAppVvClassesTypesTs.ts
oberocks Aug 2, 2023
14f3df8
adding new ./src/updaters/jetstream/updateAppBladePhp.ts
oberocks Aug 2, 2023
ec3701d
converting installAppColorsJson.ts to use installWhenNoFile()
oberocks Aug 2, 2023
696b54d
converting installTailwindConfigTs.ts to use installWhenNoFile()
oberocks Aug 2, 2023
ad92fff
converting installTsconfigJson.ts to use installWhenNoFile()
oberocks Aug 2, 2023
cfb4fb3
converting installViteConfigTs.ts to use installWhenNoFile()
oberocks Aug 2, 2023
3921770
converting installVscodeExtensionsJson.ts to use installWhenNoFile()
oberocks Aug 2, 2023
e03f6ed
fixing incorrect comment file path
oberocks Aug 2, 2023
b92ce9a
integrating new installer modules into ./src/installers/installViltDs…
oberocks Aug 2, 2023
a493558
adding new ./src/helpers/updateWhenFileExists.ts
oberocks Aug 2, 2023
8844520
integrating new updateWhenFileExists() into ./src/updaters/jetstream/…
oberocks Aug 2, 2023
aad1450
refreshing build files for local testing
oberocks Aug 2, 2023
68c5a5e
0.1.13
oberocks Aug 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Move ALL the installed files into repo root directory and out of the installed d
composer require laravel/jetstream
```

> It's highly advised to use Laravel Sail and Docker Desktop to make installation easier for both beginners and experts alike. This guid assumes your local dev machine has Docker Desktop installed as well as a Laravel Sail shortcut to remove the need to precede sail CLI commands from needing a `php` prefix!
> It's highly advised to use Laravel Sail and Docker Desktop to make installation easier for both beginners and experts alike. This guide assumes your local dev machine has Docker Desktop installed as well as a Laravel Sail shortcut to remove the need to precede sail CLI commands from needing a `php` prefix!

> It's also highly advised to use Inertia's SSR feature as it makes for more resilient Vue component code and functionality as a project evolves into a bigger project!

Expand Down
1 change: 1 addition & 0 deletions dist/generators/jetstream/generateAppColorsTypesTs.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default function (): string;
113 changes: 113 additions & 0 deletions dist/generators/jetstream/generateAppColorsTypesTs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/generators/jetstream/generateAppColorsTypesTs.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/generators/jetstream/generateAppJetstreamTypesTs.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default function (): string;
114 changes: 114 additions & 0 deletions dist/generators/jetstream/generateAppJetstreamTypesTs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/generators/jetstream/generateAppTypesTs.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default function (): string;
49 changes: 49 additions & 0 deletions dist/generators/jetstream/generateAppTypesTs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/generators/jetstream/generateAppTypesTs.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/generators/jetstream/generateAppVvClassesTypesTs.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default function (): string;
60 changes: 60 additions & 0 deletions dist/generators/jetstream/generateAppVvClassesTypesTs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/helpers/installWhenNoFile.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default function (rootRelativePath: string, filenameStr: string, newFileData: string): void;
18 changes: 18 additions & 0 deletions dist/helpers/installWhenNoFile.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/helpers/installWhenNoFile.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/helpers/updateWhenFileExists.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default function (rootRelativePath: string, filenameStr: string, newFileData: string): void;
Loading