Socket
Book a DemoInstallSign in
Socket

debox

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

debox

A dynamic, modular boilerplate manager for NodeJS.

1.0.1
latest
Source
npmnpm
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Debox

A dynamic, modular boilerplate manager for NodeJS.

Installation

In any folder, run:

npm install debox -g

-g is VERY important.

Usage

Run the add command (in the folder you want it to be in) to boil up a template

debox add <templateName> <path>

<templateName> REQUIRED

<path> Optional

If path is not specified, it creates a ./debox-template/ folder.

Example

In this example, we will use the template "static-page".

debox add static-page

Result:

myFolder (The folder you ran the command in)
    
    debox-template
        
        index.html
        style.css
        script.js
        assets

Example with path

debox add static-page ./

./ means the current folder.

Result:

myFolder (The folder you ran the command in)

    index.html
    style.css
    script.js
    assets

Make your own templates

The feature has been implemented, but the documentation will be coming soon!

Future Enhancements:

  • Much more templates
  • Publish your own templates
  • Install outside templates with URLs

Keywords

boilerplate-generator

FAQs

Package last updated on 13 Feb 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.