New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

prefly

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prefly

A checklist to make sure you got everything before doing something (like commiting!)

latest
Source
npmnpm
Version
0.3.2
Version published
Maintainers
1
Created
Source

PreFly List Checker 📝

A tiny Node CLI tool to make sure you don't forget anything. Slightly glorified todo checklist.

Still under construction, it's my first time doing Node CLI tooling :wrench:

Here's a simple sample:

How to use

$ prefly create [fileName]

To create a new checklist! It then asks you to for items to add to the checklist. After creating a checklist from the console, your checklist would look like this:

If you want, you can write the checklist yourself and you can make it look like so:

Once you have a checklist, you can check it like so:

$ prefly check [fileName]

To check the checklist on file fileName (or checklist.json) by default.

Lets say that you need to run the checklist before every time you release, and you need to cancel you operation if you don't meet every item on your list? then you should pass -c or --critical to the check command. For example, lets say that you run thru the list to make sure you want to print your nuclear launch codes to the screen! Your command would look like this:

$ prefly check --critical ./nuclearLaunchChecklist.json&&echo $NUCLEAR_CODES 

If you don't pass the checklist, you don't get the nuclear codes! Everyone wins!

This is still under construction and forever considering improvements to it.

:dizzy: Enjoy!

Keywords

checklist

FAQs

Package last updated on 12 Mar 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