Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ltk-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ltk-cli

Ltk client for private repo system

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

LTK

Build Status

A new way to manage your private repository

What is Ltk

Ltk is a simple package manager written in nodejs to manage your private repository on your server

How Ltk works

Ltk need a ltk server to host the information about your private packages

Structure of information

Informations are saved as json like this

"name": "ltk-test",
      "url": "git@github.com:ltkpm/ltk-test.git",
      "type": "node",
      "version": 1,
      "hash": "6ca47b2cb4d6a1886a6d2ca7d0cf1843450aff12478b7e8d9e10cbed18a81454d8c486c6aff6830428a16bfcd569628d9727924a03d5de8f2a8c632b87830e74"

At the moment types supported are : node and python Hash field is necessary to identify a package and is calulated with hasha with name + version as value

How can i use Ltk

Ltk has some operation like :

ltk init

ltk install <name of repo>

ltk remove <name of repo>

ltk register

Ltk preferences

Ltk save some preferences on your home directory as

url as Ltk server

default_node_manager where you can define your node manager for packages yarn and npm are supported

default_python_manager where you can define your python manager for packages pip is supported

You can define it when init your first project and run ltk init

Ltk is handcrafted with love by Lotrèk Digital Agency

FAQs

Package last updated on 16 Jan 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc