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

github.com/robitx/inceptus

Package Overview
Dependencies
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/robitx/inceptus

Source
Go Modules
Version
v0.0.11
Version published
Created
Source

inceptus

Docs Go Report Card License

The inceptus is (for now a personal) framework for making (web) servers in go...

The goal of inceptus is to have all the basic boilerplate that go servers need, so you can focus on the application/business/domain logic instead.

Just call bootstrap.sh and have all the boring boilerplate ready, so you can invest time into what actually matters...

Bootstrapping

Clone this repo, follow the simple instructions in bootstrap.sh and you're ready to Go!

$./bootstrap.sh 
Hello there,
this script allows you to quickly bootstrap new golang server based on inceptus/server_template.

Example:
./bootstrap.sh -n shiny_new_project -r github.com/XXXX/shiny_new_project -d /tmp/shiny_new_project

cd /tmp/shiny_new_project; docker-compose -f docker-compose-dev.yaml up;

Usage:
    bootstrap.sh -h Display this help message.

    bootstrap.sh -n PROJECT_NAME -r REPOSITORY -d DIRECTORY
    where:
      - PROJECT_NAME will be used instead of "server_template"
      - REPOSITORY (like github.com/XXX/YYY) will be used instead of:
        "github.com/robitx/inceptus/server_template"
      - DIRECTORY is a folder where you want to boostrap the server

server_template

For more details head over to the server_template readme.

FAQs

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