@cryptographix/sim-core
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

sim-core

Simulation framework for Smart and Secure Process Networks, in TypeScript

Dependencies

aurelia-dependency-injection aurelia-event-emittor systemjs (for building and testing)

Used By

Platform Support

This library can be used in the browser as well as on the server.

Building The Code

To build the code, follow these steps.

  1. Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
  2. From the project folder, execute the following command:
npm install
  1. Ensure that Gulp is installed. If you need to install it, use the following command:
npm install -g gulp
  1. You make need to install and configure jspm beforehand, this obtains the typescript defn files needed to build successfully
npm install -g jspm-cli
jspm install -y
  1. To build the code, you can now run:
gulp build
  1. You will find the compiled code in the dist folder, available in three module formats: AMD, CommonJS and ES6.
  2. To run the tests, you can simply run:
gulp test-node

Package Sidebar

Install

npm i @cryptographix/sim-core

Weekly Downloads

1

Version

0.3.1

License

MIT

Last publish

Collaborators

  • smw