![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.
plannr-ui
Advanced tools
## Installing 1. Clone this repo to your machine (if using github cli you can ```gh repo clone codepotatoltd/plannr-ui```) 2. ```npm install```
gh repo clone codepotatoltd/plannr-ui
)npm install
npm run storybook
This will boot up storybook and automatically open storybook in your browser to preview your components. It auto-reloads whenever components are changed so no need to manually refresh.
git add -A
git commit -m "added eggplant Icon
🍆🍆🍆./deploy_patch.sh
and hit enter. This will automate the patch release process for you.But WTF is going on when you run that? I'll explain:
As we're running an NPM package here everything hangs on the version number that's stored in the package.json file. If we change plannr-ui code, the only way the team will see those changes is if we release a new version with a new version number.
So our funky ./deploy_patch.sh script does:
git pull
to merge any upstream changes with your own codenpm version patch
to auto increment the patch version number in package.jsongit add -A
with a git commit -m "incremented patch version"
toogit push
to make sure that when we publish the package it's using the right version held on the reponpm publish
to then physically publish the package to npm.Magic. 🪄
npm install plannr-ui
import PlannrUI from 'plannr-ui'
in your entry VueJS fileVue.use(PlannrUI)
FAQs
## Installing 1. Clone this repo to your machine (if using github cli you can ```gh repo clone codepotatoltd/plannr-ui```) 2. ```npm install```
The npm package plannr-ui receives a total of 0 weekly downloads. As such, plannr-ui popularity was classified as not popular.
We found that plannr-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
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.