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

ajlogo

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ajlogo

Logo Programming Language implemented in Javascript, for browser and Node.js

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

AjLogoJs

Logo interpreter written in Javascript.

Installation

Via npm on Node:

npm install ajlogo

Usage

Reference in your program:

var ajlogo = require('ajlogo');

In your browser:

<script src="ajlogo.js" type="text/javascript"></script>

TBD

Development

git clone git://github.com/ajlopez/AjLogoJs.git
cd AjLogoJs
npm install
npm test

Samples

TBD

To do

  • Samples

Versions

  • 0.0.1 Published

Contribution

Feel free to file issues and submit pull requests � contributions are welcome.

If you submit a pull request, please be sure to add or update corresponding test cases, and ensure that npm test continues to pass.

Keywords

logo

FAQs

Package last updated on 07 Dec 2014

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