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

dirbook

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

dirbook - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

20

package.json
{
"name": "dirbook",
"version": "1.0.0",
"version": "1.0.1",
"description": "Dirbook is a small CLI created to help index directories/projects. ",

@@ -8,3 +8,6 @@ "scripts": {

},
"keywords": ["organization", "directories"],
"keywords": [
"organization",
"directories"
],
"author": "Nick Roberts",

@@ -19,4 +22,13 @@ "preferGlobal": true,

"commander": "^2.9.0",
"inquirer": "^1.2.2"
}
"inquirer": "^1.2.2",
"lowdb": "^0.15.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nickroberts404/dirbook.git"
},
"bugs": {
"url": "https://github.com/nickroberts404/dirbook/issues"
},
"homepage": "https://github.com/nickroberts404/dirbook#readme"
}

6

README.md
# dirbook
Dirbook is a small CLI created to help index directories/projects.
npm install -g dirbook
![printed dirbook index](https://dl.dropboxusercontent.com/s/0790x9ita2c8w0p/Screenshot%202017-02-21%2010.34.02.png?dl=0)

@@ -38,7 +40,7 @@ * Index directories, giving them names, short descriptions, and tags

\# dirbook-aliases-start
# dirbook-aliases-start
alias dirbook-element-calc='cd /Users/nickroberts404/Development/Projects/element-calc'
alias dirbook-thoughtjar='cd /Users/nickroberts404/Development/Projects/thoughtjar'
alias dirbook-telegraph='cd /Users/nickroberts404/Development/Projects/Telegraph'
\# dirbook-aliases-end
# dirbook-aliases-end

@@ -45,0 +47,0 @@ *(Aliases will only be available after restarting the terminal, or after calling `source <path>`.)*

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