Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cmartinezone/generateionicvuejs

Script for Parsing default ionic typescript templates to VueJs Boilerplate.
https://github.com/cmartinezone/generateionicvuejs

ionic ionicframework powershell powershell-script vuejs

Last synced: 25 days ago
JSON representation

Script for Parsing default ionic typescript templates to VueJs Boilerplate.

Awesome Lists containing this project

README

        

# GenerateIonicVueJs
> Script for Parsing default ionic-vue typescript templates to VueJs Boilerplate.
![""](https://github.com/cmartinezone/GenerateIonicVueJs/blob/main/screenshots/terminal.gif)
## Support
Mac OS: !!! Requires
[Powershell Installation](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7.1#installation-of-latest-stable-release-via-homebrew-on-macos-1013-or-higher)
```sh
brew install --cask powershell
```
Windows
```sh
by default supported
```

## Usage example
Mac OS: Open the Terminal, call the script and follow the prompt:
```sh
pwsh ./GenerateIonicVueJs.ps1
```

Windows: Open the Windows command line (CMD), call the script and follow the prompt:
```sh
powershell .\GenerateIonicVueJs.ps1
```

[https://github.com/cmartinezone](https://github.com/cmartinezone)