You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

outspoken

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

outspoken

Outspoken is a Cucumber Inspired Functional Reactive Programming Language for Normal Humans

1.24.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

outspoken

Outspoken is a Cucumber Inspired Functional Reactive Programming Language for Normal Humans

About

Outspoken is a text data analysis module used by https://github.com/fantasyui-com/brd a command line project management application.

Introduction

Program structure is reduced to "package-name: Package Description" as this allows for moving and reusing lines. Tests (Unit Tests) are stored within packages themselves User interfaces are streamed into the DOM

Example Program

PROCEDURE DIVISION

Main

  • Configure Server
    • port: 8081
  • Validate configuration object using is-valid-object.
    • fields: repository, commitMessage, isNpm
    • dropPacket: true
  • Check if this is a valid github repository using is-github-repo.
  • Ensure local availability of git repository using git-get.
  • Update NPM Package using npm-update
  • Update NPM License field using npm-license-field
    • license: GPL-3.0
  • Perform NPM Audit using npm-audit
  • Update LICENSE file using gpl-license
  • Update npm
  • Update github
  • Tweet about package update

Notification

bork

Program License

see ./LICENSE file

Keywords

lang

FAQs

Package last updated on 14 May 2025

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