Forgot your password?
typodupeerror

Submission Summary: 0 pending, 3 declined, 2 accepted (5 total, 40.00% accepted)

Submission + - Windows 10 gets a package manager for the command line (extremetech.com)

aojensen writes: ExtremeTech report that the most recent build of Windows 10 Technical Preview shows that Windows is finally getting a package manager. The package manager is built for the PowerShell command line based on OneGet. OneGet is a command line utility for PowerShell very similar to classic Linux utilities such as apt-get and yum, which enable administrators and power users comfortable with the command line to install software packages without the need for a graphical installer. ExtremeTech emphasise that "you can open up PowerShell and use OneGet to install thousands of applications with commands such as Find-Package VLC and Install-Package Firefox" — a missing feature, which Linux advocates for long have used to argue for Windows inferiority in terms of automation and scale. It appears that the package manage is open to any software repository and is based on the Chocolatey format for defining package repositories.

Submission + - GitHub open sources Atom, their text editor based on Chromium (github.com) 1

aojensen writes: GitHub have decided to release Atom, a programmer's text editor based on Chromium. Atom is released under the MIT license. GitHub announced the following on their blog:

"Ten weeks ago we debuted Atom, the new text editor that's deeply programmable but also easy to use. Starting today, Atom is available for download to everyone–completely free and open source. Because we spend most of our day in a text editor, the single most important feature we wanted in an editor was extensibility. Atom is built with the same open source technologies used by modern web browsers. At the core of Atom is Chromium, the open source project behind Google Chrome. With that comes all the power and innovation being developed for the web. But more importantly, extending Atom is as simple as writing JavaScript and CSS, two languages used by millions of developers each day."

Apart from being extensible via HTML, Javascript, and CSS, Atom also offers out-of-the-box Node.js integration, a modular design with a built-in package manager (apm), and extensive features such as file system browser, themes, project-wide search and replace, panes, snippets, code folding, and more. Launched only 10 weeks ago, Atom seems to have a well-established ecosystem of packages and extensions already.

Atom is currently available for Mac (OS X 10.8) and can be downloaded from https://atom.io/.

Slashdot Top Deals

10.0 times 0.1 is hardly ever 1.0.

Working...