JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q38646F
  • License MIT

Tool to make saving quick TILs

Package Exports

  • til-cli

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (til-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Build Status

til-cli

A command line tool to easily create a repo of TILs. Inspired by https://github.com/jbranchaud/til

About

This is a simple command line tool to make creating of little memos of things you learn throughout your day. Use a one off command for something that's neat? Why not create a TIL for it.

Right now this repo is not stable and is quite limited in functionality and scope - use at your own discretion.

Installation and Usage

npm install -g til-cli

From there run til to both setup your repository and create new TILs

Plans for the future

  • Tests
  • Better error handling?
  • Commands for editing TILs
  • Hooks to automatically push repo
  • Use actions to allow for creating TILs from a single command a la git commit -am "message"
  • Make it easy to hook into a static website generator such as gh-pages