Socket
Book a DemoInstallSign in
Socket

alpha-genesis

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alpha-genesis

![logo](docs/images/logo/AlphaGenesis.jpg)

0.5.3
latest
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

logo

WHAT: Proxy for library-genesis, file-genesis, content-genesis

WHY: Make it easy to use these disparate libraries in conjunction

WHO: Someone creating generators

Build Status

Install

yarn add alpha-genesis

Use

import { Library, File, template } from "alpha-genesis";
Library

library-genesis repository

const { myLibConfig } = require("./path/to/my-config.js");
const { Library } = require("alpha-genesis");
Library(myLibConfig).generate();
File

file-genesis repository

const path = require("path");
const { File } = require("alpha-genesis");
const gitignore = `
  .DS_Store
  node_modules
`;
let filepathPlain = path.join(__dirname, ".gitignore");
File(filepathPlain).plain(gitignore);
Content

content-genesis repository

const { template } = require("alpha-genesis");
let foo = { variable1: "Foo", variable2: "Bar" };
let fooTemplate = template("/path/to/template", foo);

Goal

  • Prepare for subsequent CLI project
  • Simplify imports for related projects utilizing the genesis module series.
  • Provide buffer between independent versioning across multiple projects to mitigate hotpatch rollbacks on this project

Docs

  • todo

    Tasks by release version

FAQs

Package last updated on 12 Jun 2019

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.