1.0.1 • Published 5 years ago

alinex-core v1.0.1

Weekly downloads
1
License
Apache-2.0
Repository
gitlab
Last release
5 years ago

Alinex Core

The core module is a base for all of my alinex modules. It has some common methods which are necessary in nearly any of my packages.

At the moment it contains:

  • Logo - a method to present ASCII art command line logos

A complete help with examples can be found at alinex.gitlab.io/node-core.

Usage

To include this in your module install it:

npm install alinex-core --save

Now only include it in your code and call it's methods:

const core = require('alinex-core');

// init signal exit handler
core.init();

// output logo on console
// eslint-disable-next-line no-console
console.log(core.logo('Portal Application'));

// exit with code and message
core.exit(100, new Error("Command already running, can't be called in parallel!"));

License

(C) Copyright 2016 Alexander Schilling

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

1.0.1

5 years ago

1.0.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.12

7 years ago

0.2.11

7 years ago

0.2.10

8 years ago

0.2.9

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.0

8 years ago

0.1.4

8 years ago