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.
Global command-line wrapper for Conduktor.
$ npm install -g conduktor
Start tracking a new project with co add /path/to/project.als
.
Describe and record the changes made to a project since the last commit with co commit <project> <message>
.
Show a list of all tracked projects with co ls
.
Write changes to a tracked project back to its original source with co restore <project>
.
Stop tracking a project with co rm <project>
. The original project file is still kept.
Merge local changes with changes from the cloud copy with co sync <project>
.
Requires Git, Node.js and Grunt.
$ git clone https://github.com/conduktor/cli
$ cd cli
$ npm install
$ grunt
MIT
FAQs
Command line interface for Conduktor
We found that conduktor 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.