![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.
Compy is a cli that allows to raise frontend development usability to the next level. It allows you to install components and use them in your code right away. Compy uses TJ's components so it have all capabilities including local require and building the project
watch screencast
install[:<component>]
- installs components from dependencies. With argument installs component, automatically saves it inside package.jsoncompile
- compiles the project in dist
folderserver[:watch]
- runs simple http server for dist folder. With watch
argument server watches the changes in source and recompiles the project.build
- builds (compiles + minifies) the project in dist
folderThe configuration for compy sits in package.json inside component namespace. main
is an entry point of your app and the only required property.
{
"name": "appName",
"version": "0.0.0",
"description": "my awesome app",
"main": "index.js",
"license": "BSD",
"compy": {
"dependencies": {
"component/jquery": "*",
"component/tip": "*",
"component/s3": "*"
},
"main": "app.js"
}
}
MIT
FAQs
component js boilerplate js project
The npm package compy receives a total of 26 weekly downloads. As such, compy popularity was classified as not popular.
We found that compy 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.