2.0.5 • Published 7 years ago

fundamentum v2.0.5

Weekly downloads
6
License
MIT
Repository
bitbucket
Last release
7 years ago

The 'fundamentum' module

const f = require('fundamentum');

Українською...

There is a working example: https://bitbucket.org/pavlo67/exemplum.

let f = require('fundamentum');

let frontPath     = 'front/';
let frontPathHttp = '/js/';
let frontFile     = 'bundle.js';
let configFile    = 'ctx.json5';
let serverParts   = [
  configFile, 
  'server', 
  'page', 
  'module1', 
  'module2',
]

f.linkAll('', serverParts, '', serverIndex => {
  f._in(['startServer'], _in => {
    f.createFront(
        serverIndex, 
        configFile, 
        'front.tmp', 
        frontPath, 
        frontPathHttp, 
        frontFile, 
        _in.startServer
    );
  });
});

Documentation

Better to read there: https://bitbucket.org/pavlo67/fundamentum.
Next links does not work if this page is viewed on NPM, it work only if the page is viewed on bitbucket.org or locally.

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago