JSPM

@domisoft/todo-clean-architecture-cli

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q19067F
  • License ISC

Clean Architecture Concepts Applied

Package Exports

  • @domisoft/todo-clean-architecture-cli

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@domisoft/todo-clean-architecture-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Todo Clean Architecture CLI

Project aiming on implementing Uncle Bob Clean Architecture in javascript

This is the CLI (command line interface) implementation of todo app using core business logic from

https://github.com/pnowak2/todo-clean-architecture

Run the demo

Run npm install or yarn in root folder to install dependencies, then perform npm run start to run the demo.

Build

Run npm run build to build the project.

Running unit tests

Run npm run test to execute the unit tests.