npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

kymano

v0.0.64

Published

Kymano is a platform for delivering virtual machines. Kymano uses yml-configs to describe VMs. It works on MacOS, Linux, Windows.

Downloads

5

Readme

Kymano

Kymano is a platform for delivering virtual machines. Kymano uses yml-configs to describe VMs. It works on MacOS, Linux, Windows.

Stability

Kymano is very young project and can be very unstable, but we work hard to improve it.

Commands

Import data from Parallels / VirtualBox / VMware / Hyper-v

1. Convert disk to the qcow2 format

npx kymano convert /path_to_the_vm_disk

Howto find the Parallels / VirtualBox / VMware / Hyper-v disk

2. Add converted disk as an additional drive:

npx kymano run fedora --drive /path_to_the_vm_disk.qcow2

Instead of 'fedora' you can specify needed operation system.

Run the fedora VM

npx kymano run fedora

Full list avaliable alises can be found https://github.com/kymano-app/repo/blob/master/cli_aliases.yml

Run VM from a github repo

npx kymano run kymano-app/fedora/fedora35-workstation

Will download https://raw.githubusercontent.com/kymano-app/fedora/master/fedora35-workstation-arm64/0.1.yml or https://raw.githubusercontent.com/kymano-app/fedora/master/fedora35-workstation-x86_64/0.1.yml

Run VM from an url

npx kymano run http://kymano.app/fedora35-workstation

Run VM from local config

npx kymano run ./path_to_the_config

Run with different arch

npx kymano run fedora --platform arm64

List VM

npx kymano ps

Export VM

npx kymano export fedora-1

Will be created fedora-1.tgz

Import exported VM

npx kymano import fedora-1.tgz

Shared directory

npx kymano run fedora -v /path_to_the_directory:/path_in_the_VM

Instruction for Mac-hosts

Remove VM disk

npx kymano rm vm_name/drive_name

For VM creators

This commands you will need if you decide to create your images.

Commit your layer

npx kymano commit vm_name/drive_name