0.4.2 • Published 7 years ago

agentstack-grpc v0.4.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
7 years ago

OneStack 3

Build Status Coverage Status

Example

  1. Create new project using
npm init
  1. Install onestack as a dependance
npm install onestack --save
  1. Create config.ts file
import { Kernel, IKernelSettings } from 'onestack';

interface IOAuthSettings extends IKernelSettings {
  GOOGLE_OAUTH_KEY: string
  GOOGLE_OAUTH_PASSWORD: string
}

export default new Kernel<IOAuthSettings>();
  1. in your typescript file
import app from './config'

app.init();

console.log(app.settings.GOOGLE_OAUTH_KEY)
0.4.2

7 years ago

0.3.14

7 years ago

0.3.12

7 years ago

0.3.10

7 years ago

0.3.8

7 years ago

0.3.6

7 years ago

0.3.4

7 years ago

0.3.2

7 years ago

0.3.0

7 years ago