framework7-cli icon indicating copy to clipboard operation
framework7-cli copied to clipboard

Framework7 command line utility

Results 59 framework7-cli issues
Sort by recently updated
recently updated
newest added

I am currently using [this](https://github.com/SimoneMSR/pickApp/blob/master/app-scripts/create-page.js) npm script to generate a page, provided that I have a [base.page](https://github.com/SimoneMSR/pickApp/blob/master/src/pages/base.page.js) .js file in my project folder. Could we add something like this for...

enhancement

C:\Users\Lenovo\Documents\AndroidProject\ColorMyPhotos> framework7 create √ All good, you have latest framework7-cli version. ? What type of the app are you targeting? Cordova app (targets native iOS and Android apps, or native...

I got core dumped after install framework7-cli ``` $ framework7 Illegal instruction (core dumped) ```

The `android-minSdkVersion` value present in `generate-config-xml.js` is not aligned with the current **Cordova Android 12.0.0** https://github.com/framework7io/framework7-cli/blob/699b75cf4bd7081c38f2431329906e0f702f8e75/create/templates/generate-config-xml.js#L14 https://cordova.apache.org/announcements/2023/05/22/cordova-android-12.0.0.html > BREAKING CHANGES: > > Increased Minimum & Target SDK > > This...

t0ggles

Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Use the vitePreprocess() function from vite-plugin-svelte to svelte's "preprocess" parameter on build. Fixes "Unexpected token 'type'" when importing an external typescript module (in my case Uppy, https://uppy.io/docs/svelte/)

In version 8.0.4, installing the framework7-cli via npm or directly from the source (framework7io/framework7-cli) is currently not feasible. However, after addressing the two dependencies highlighted in the relevant commit, the...