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

sitify

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sitify

An hosts file manager and virtual hosts manager.

latest
Source
npmnpm
Version
0.0.9
Version published
Maintainers
1
Created
Source

What is Sitify? npm version GitHub version

NPM

If you, like me, have a dynamic web projects environment, it means, if you have something like this on your Apache configurations (or whatever you use):

<Virtualhost *:80>
    VirtualDocumentRoot "D:/Dev/www/%1/wwwroot"
    ServerName sites.dev
    ServerAlias *.dev
    UseCanonicalName Off
</Virtualhost>

You know that if you go to webproj.dev it will show you the content of the D:/Dev/www/webproj/wwwroot folder. It is dynamic.

After mounted this system, I wanted for a tool which function is the automatic creation of those folders and the respective hosts entry.

Installation

Firstly, make sure if you have Node.js installed. After that you should run:

$ [sudo] npm install sitify -g

Usage

First of all, you must configure Sitify. To do it you should run the following command and set all of the configurations:

$ sitify config -c

To get more information about all of the commands, you just have to run sitify or even sitify -h.

Keywords

sitify

FAQs

Package last updated on 25 Mar 2015

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