This package has been deprecated

Author message:

The Node-ChakraCore project has been archived.

chakracore-bin

0.1.2 • Public • Published

chakracore-bin

Deprecated. The Node-ChakraCore project has been archived.


Static Node-ChakraCore binaries to use locally. Works like node-bin.

npm version ISC-licensed chat on gitter

Installing

This module uses download-chakracore to download a ChakraCore release. Check its requirements section first.

npm install chakracore-bin

Usage

npm scripts run with node_modules/.bin inside $PATH. This is what this chakracore-bin makes use of: It exposes ChakraCore as a node executable. To run your code with it, you therefore need to use an npm script:

{
	"dependencies": {
		"node-chakracore": "^0.1.0"
	},
	"scripts": {
		"foo": "node index.js" // this will run with ChakraCore
	}
}

Contributing

If you have a question or have difficulties using chakracore-bin, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.

Readme

Keywords

Package Sidebar

Install

npm i chakracore-bin

Weekly Downloads

1

Version

0.1.2

License

ISC

Unpacked Size

3.1 kB

Total Files

4

Last publish

Collaborators

  • derhuerst