GithubHelp home page GithubHelp logo

hmalaingre / aspects Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openmicrostep/aspects

0.0 0.0 0.0 3.92 MB

Object context management & sharing

License: MIT License

JavaScript 2.59% Objective-C 0.03% TypeScript 96.85% HTML 0.23% CSS 0.29%

aspects's Introduction

Aspects

Aspects is a set of concepts to:

  • control changes on a set of objects
  • exchange a limited amount of information between parties
  • share aspect implementations of an object

Install

To install aspects for javascript: npm install @openmicrostep/aspects

How to build

npm install -q -g @openmicrostep/msbuildsystem.cli
msbuildsystem modules install @openmicrostep/msbuildsystem.js.typescript
msbuildsystem build -w dist/local/ --target build --env local --no-progress

How to test MySQL, PostgreSQL, MSSql, Oracle

First you need docker: https://docs.docker.com/engine/installation/

docker-compose up -d

export POSTGRES_HOST=localhost
export POSTGRES_PORT=5432
export POSTGRES_USER=postgres
export POSTGRES_PASSWORD=my-secret-pw

export MYSQL_HOST=localhost
export MYSQL_PORT=3306
export MYSQL_USER=root
export MYSQL_PASSWORD=my-secret-pw

export MSSQL_HOST=localhost
export MSSQL_PORT=1433
export MSSQL_USER=sa
export MSSQL_PASSWORD=7wnjijM9JihtKok4RC6

msbuildsystem build -w dist/local/ --target build --env local --no-progress

Documentation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.