1.0.15 • Published 9 months ago

@arcweave/arcscript v1.0.15

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

NPM Version GitHub Actions Workflow Status

JS Arcscript Interpreter

Write a project description

Prerequisites

This project requires NodeJS (version 8 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.

$ npm -v && node -v
6.4.1
v8.16.0

Table of contents

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installation

BEFORE YOU INSTALL: please read the prerequisites

Start with cloning this repo on your local machine:

$ git clone https://github.com/arcweave/arcscript-interpreters.git
$ cd arcscript-interpreters/JavaScript

To install and set up the library, run:

$ npm install -S @arcweave/arcscript

Or if you prefer using Yarn:

$ yarn add --dev @arcweave/arcscript

Usage

Building the app

$ npm run build

Running the tests

$ npm test

This task will create a distribution version of the project inside your local dist/ folder

API

TODO: Write API

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Add your changes: git add .
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request

Credits

TODO: Write credits

License

TODO: Write license

1.0.15

9 months ago

1.0.14

11 months ago

1.0.11

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.9-beta.2

1 year ago

1.0.9-beta.1

1 year ago

1.0.9-beta.0

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.6-beta.0

1 year ago

1.0.6-rc.0

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago