![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@eclipse-glsp/cli
Advanced tools
The @eclipse-glsp/cli
package provides helpful scripts and commands for extension and application development.
The contributed glsp
, is a command line tool that offers all contributed commands.
Install @eclipse-glsp/cli
as a dev dependency in your application.
yarn add @eclipse-glsp/cli --dev
The checkHeaders
command can be used to validate the copyright year (range) of license headers.
It checks for each file (matching the include pattern) whether the defined copyright range is in line with the first and last modification date in the git repository.
Found violations are printed to the console and can be fixed automatically.
The validation check can be restricted to pending changes and/or the last commit e.g. to validate a commit before creating a PR.
$ glsp checkHeaders -h
Usage: glsp checkHeaders [options] <rootDir>
Validates the copyright year range of license header files
Arguments:
rootDir The starting directory for the check
Options:
-t, --type <type> The scope of the check. In addition to a full recursive check, is also possible to only consider pending changes or the last commit (choices: "full", "changes", "lastCommit", default:
"full")
-f, --fileExtensions <extensions...> File extensions that should be checked (default: ["ts","tsx"])
-e, --exclude <exclude...> File patterns that should be excluded from the check. New exclude patterns are added to the default patterns (default: [**/@(node_modules|lib|dist|bundle)/**])
--no-exclude-defaults Disables the default excludes patterns. Only explicitly passed exclude patterns (-e, --exclude) are considered
-j, --json Also persist validation results as json file (default: false)
-s, --severity <severity> The severity of validation results that should be printed. (choices: "error", "warn", "ok", default: "error" (only))
-a, --autoFix Auto apply & commit fixes without prompting the user (default: false)
-h, --help display help for command
The coverageReport
command can be used to create a full nyc test coverage report for a lerna/yarn mono repository.
Individual coverage reports for each package are created and then combined to a full report.
$ glsp coverageReport -h
Usage: glsp coverageReport [options]
Generate a test coverage report for a glsp component
Options:
-p, --projectRoot <projectRoot> The root directory of the GLSP component (default: "<cwd>")
-c, --coverageScript <script> Script command of the package root for creating coverage reports (default: "test:coverage")
-h, --help display help for command
Eclipse GLSP committers can use the release
command to prepare & publish a new Github release for a specific GLSP component.
$ glsp release -h
Usage: glsp release [options] <component> <releaseType> [customVersion]
Prepare & publish a new release for a glsp component
Arguments:
component The glsp component to be released (choices: "client", "theia-integration", "vscode-integration", "eclipse-integration", "server-node", "server-java")
releaseType The release type (choices: "major", "minor", "patch", "rc", "custom")
customVersion Custom version number. Will be ignored if the release type is not "custom"
Options:
-f, --force Enable force mode (default: false)
-d, --checkoutDir <checkoutDir> The git checkout directory (default: "<cwd>")
-b, --branch <branch> The git branch to checkout (default: "master")
-v, --verbose Enable verbose (debug) log output (default: false)
--no-publish Only prepare release but do not publish to github
--draft Publish github releases as drafts (default: false)
--npm-dryRun Execute a npm dry-run for inspection. Publishes to the local npm registry and does not publish to github (default: false)
-h, --help display help for command
$ glsp updateNext -h
Usage: glsp updateNext|u [options] [rootDir]
Updates all `next` dependencies in GLSP project to the latest version
Arguments:
rootDir The repository root (default: "<cwd>")
Options:
-v, --verbose Enable verbose (debug) log output (default: false)
-h, --help display help for command
For more information, please visit the Eclipse GLSP Umbrella repository and the Eclipse GLSP Website. If you have questions, please raise them in the discussions and have a look at our communication and support options.
FAQs
CLI Tooling & scripts for GLSP components
The npm package @eclipse-glsp/cli receives a total of 62 weekly downloads. As such, @eclipse-glsp/cli popularity was classified as not popular.
We found that @eclipse-glsp/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.