Socket
Socket
Sign inDemoInstall

hedon

Package Overview
Dependencies
11
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hedon

A declarative, natural language scripting engine for NodeJS applications.


Version published
Weekly downloads
1
Maintainers
1
Install size
1.63 MB
Created
Weekly downloads
 

Readme

Source

Hedon

A declarative, natural language scripting engine for NodeJS/JavaScript applications.

Beware!

This is still <1.0.0, and is still a WIP.

It is currently a proof of concept project of someone who has little or no experience in natural language processing, but nonetheless wanted to start a (fun) project to do such.

If anything, this could be used to create project bootstraps.

Example

Create a file called test.txt:

Create an Express application.

The Express application should host {public/} when started.

Now, run my express application.

Then run:

mkdir public
echo "hello world!" >> public/foo.txt
hedon -f test.txt

You should be able to navigate to:

http://localhost:3000/foo.txt

You can also create run.txt:

Run my express application, please!

And just run that to start your application.

FAQs

Last updated on 23 Mar 2015

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc