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 🙏

© 2025 – Pkg Stats / Ryan Hefner

kipalog-cli

v0.0.4

Published

Command Line Tool based on Nodejs for Kipalog

Downloads

4

Readme

Kipalog CLI

Command Line Tool based on Nodejs for Kipalog

Installation

Install with npm:

$ npm i -g kipalog-cli

https://www.npmjs.com/package/kipalog-cli

Development and Build

Develop

Install dependencies

npm i
npm i -g babel-core babel-cli

Dev

babel-node index.src.js

Build this project

npm run build

Usage

First time, config your API Key for using this CLI

$ kipalog config

or you can add with command: $ kipalog config <your-api-key>

If you want to change your API key. Set it again with: $ kipalog config or $ kipalog config <your-api-key>

Delete your API Key setting:

$ kipalog delete

This CLI use for:

http://kipalog.com

https://github.com/Kipalog/Kipalog-API-Doc

How to get that API:

Kipalog API Doc#Prepare

Upload your post

Write your post in a Markdown file.

Example: README.md And open your BASH or CMD or anything you can command. Remember your path of README.md or just need cd to the folder containing this file.

$ kipalog post README.md --title "Hello world" --tag "TIL, Nodejs, CSS" --public true

or you can run for draft:

$ kipalog post README.md --title "Hello world" --tag "TIL, Nodejs, CSS"

dont forget, if your path of file has any space, wrap it with '' or "". Example: "READ ME.md"

Option of kipalog post command

| option | | value | desciption | |---|---|---|---| |--title or -t | requried | string | title of your post | |--tag | requried | string | list of tag, split by comma | |--public or -p | option | boolean | publish your post or not (defalut: false) |

Notice: each option is followed by its value, example: --title "title of post" .

Preview your post

$ kipalog preview <your-post-path.md> <path-file-will-save-as.html>

Example:

$ kipalog preview readme.md readme.html

Get post from Kipalog

Default: If you dont give path to save file. File will be saved in where you command. Filename default is: timestamp-kipalog-optionname[-tag].json

Hot

Get 30 recent hot post

$ kipalog get --hot [--path=<path-save-response.json>]

Newest

Get 30 recent newest post

$ kipalog get --new [--path=<path-save-response.json>]

Newest

Get 30 recent post by tag.

$ kipalog get --tagby <tagname> [--path=<path-save-response.json>]

Orther options

$ kipalog --help
$ kipalog -h
$ kipalog --version
$ kipalog -v

Copyright and license

Copyright 2016 - 2017 Pierre Neter. Released under the MIT license.