https://github.com/fantasyui-com/outspoken
Outspoken is a Cucumber Inspired Functional Reactive Programming Language for Humans. [Code Generation]
https://github.com/fantasyui-com/outspoken
Last synced: 15 days ago
JSON representation
Outspoken is a Cucumber Inspired Functional Reactive Programming Language for Humans. [Code Generation]
- Host: GitHub
- URL: https://github.com/fantasyui-com/outspoken
- Owner: fantasyui-com
- License: gpl-3.0
- Created: 2019-04-18T14:03:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-25T16:16:17.000Z (10 months ago)
- Last Synced: 2025-11-06T08:16:41.569Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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