0.0.3 • Published 2 years ago

anubisjs v0.0.3

Weekly downloads
-
License
MIT License
Repository
-
Last release
2 years ago

Description

This framework helps you with writing your CI/CD steps as a code. It avoids using any config files (YAML, JSON, etc...)

Anubis written using NestJS.

The main idea is that we can use DI (dependency injection) mechanism to set or rewrite any default variables and classes.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Stay in touch

  • Author - Nagaitsev Sergei

License

Nest is MIT licensed.