https://github.com/onsetsu/intentional-javascript
An experimental environment to test ideas on intentional programming, live programming, and time-traveling.
https://github.com/onsetsu/intentional-javascript
Last synced: 15 days ago
JSON representation
An experimental environment to test ideas on intentional programming, live programming, and time-traveling.
- Host: GitHub
- URL: https://github.com/onsetsu/intentional-javascript
- Owner: onsetsu
- License: mit
- Created: 2016-07-27T08:34:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-28T07:36:40.000Z (almost 10 years ago)
- Last Synced: 2025-03-04T13:45:27.036Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 178 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# intentional-javascript [](https://travis-ci.org/composite-scopes/composite-scopes-all)
An experimental environment to test ideas on intentional programming, live programming, and time-traveling.
## Installation
As npm for Node.js:
```
$ npm install intentional-javascript --save
```
Or download the [bundle](https://raw.githubusercontent.com/onsetsu/intentional-javascript/master/dist/intentional-javascript.js) file.
## Building
```
$ npm run-script build
```
creates the *bundle* file in the `dist` folder.
## Testing
As npm package:
```
$ npm test
```