New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cirru-writer

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cirru-writer

Convert JSON representation to Cirru code

latest
Source
npmnpm
Version
0.3.11
Version published
Maintainers
1
Created
Source

Cirru Writer

Converts Cirru AST (which is in JSON) to formatted Cirru code.

Read cirru/ for demos of that compiled from ast/.

Demo: http://repo.cirru.org/writer/

Usage

npm install --save cirru-writer
  • render
{render} = require 'cirru-writer'
cirru = render [['cirru']]
# render :: JSON -> String

Development

Run through all tests:

cirru-script test.cirru

Compile code before sending to npm:

# officially gulp is not support CirruScript
# but by updating node-interpret you may run
gulp script

License

MIT

Keywords

workflow

FAQs

Package last updated on 21 May 2016

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