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

bookmarkifie

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bookmarkifie

<img alt="npm" src="https://img.shields.io/np

latest
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

Bookmarkifie 🔖

npm npm bundle size

Bookmarkifie is an CLI tool which helps you to bookmark your favourite projects and open it with a simple command in your favourite code editor.

Installation

If you have NodeJS installed in your machine.

npm install bookmarkifie

Commands

bm is an alias for the bookmarkifie CLI

Add your project

Go to the directory you want to bookmark and run this command. The default name would be the name of the directory or else you can give a name of your choice as well.

bm add [projectName]

Now the name of the directory is saved in the list of bookmarks

Open bookmarked project

The Direcotry name is saved as the project name.

bm open <dirName>

The project will open in VSCode (default editor)

Remove project from List

To remove the project from the list

bm remove <dirName>

Contributing to Bookmarkifie

contributions welcome to bookmarkifie

I would be extremely happy to have people contribute to Bookmarkifie. You can read Contribution guidelines in CONTRIBUTING.md

Keywords

bookmark

FAQs

Package last updated on 05 May 2021

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