![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
lingon-git-deploy
Advanced tools
A Lingon plugin to deploy your static site using git.
This plugin creates a temporary git repository in your build folder, commits all files, adds a git remote and pushes. This is useful if you want to automate the deployment of your static site build to heroku, dokku or similar.
install:
$ npm install lingon-git-deploy
Configure in lingon.js:
#!/usr/bin/env node
var lingon = require('lingon'),
gitDeploy = require('lingon-git-deploy');
gitDeploy(lingon, {
branch: "gh-pages"
});
...
deploy:
$ ./lingon.js git:deploy
gitDeploy(lingon, {
remote: "git@server.com:project.git" // The full git remote url
branch: "master" // A branch name
});
We will be thrilled to receive your pull requests. Take a look at the issues if you are unsure what to work on, or if you want to suggest a feature. If you also include tests with your patch you will receive countless virtual high fives!
Licensed under the MIT license.
FAQs
Deploy your Lingon build with git
The npm package lingon-git-deploy receives a total of 2 weekly downloads. As such, lingon-git-deploy popularity was classified as not popular.
We found that lingon-git-deploy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.