Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

inam

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inam

inam ======== a command line interface to inamlang...

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

inam

a command line interface to inamlang...

part of ecosystem...

  • fbd :: sync :: subvind/inamlang
  • www :: top :: subvind/ucimecu
  • server :: backend :: subvind/isisis
  • client :: frontend :: subvind/autoide
  • cli :: npm :: subvind/inam

terminology:

  • evelops are git repositories
  • many evelops go into a bag
  • bags are hosted on http servers
  • envelops have a main.inam file where a main function exists

quick start:

# begin
$ npm install --gloab inam

# first
$ inam --help

init bag:

# jump to a new directory
$ cd ~/inam
$ mkdir inam_bags
$ cd ~/inam/inam_bags

# initialize project
$ inam irst bag create

generates:

$ touch bag.inam
<
  :name:~ "something",
  :template:~ "amqp",
  :author:~ "someone",
  :version:~ "1.0.0",
  :description:~ "something that uses amqp",
  :homepage:~ "https://subvind.com",
  :license:~ "Fair Source 25 (v0.9).",
>

install a project into bag:

$ inam irst bag zipper --accept=stuff
$ inam irst bag zipper --reject=messy

generates:

<
  :name:~ "something",
  :envelopes:~ <
    :stuff:~ {
      :template:~ "amgp"
    },
    :example:~ {
      :template:~ "cli"
    },
    :demo:~ {
      :template:~ "http"
    }
  >
>

FAQs

Package last updated on 18 Aug 2023

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