@lskjs/libs

1.0.0 • Public • Published

Lsk.js v4 Manifesto

Principles

  • Focus on performance
  • TypeScript only
  • ESM first
  • Minimal dependencies
  • CI deploy with semver
  • 100% Test coverage with benchmarks
  • Easy understnading DX (developer experience)
  • Basic docs for all packages

Tech stack

  • TypeScript - tsup (esbuild)
  • ESM - tsm?
  • Namespaces - PNPM
  • Test - UVU
  • Test coverage - C8
  • CI - GitHub actions
  • Semver - NX or ... ???????
  • CLI - Yargs
  • Deployment -

Not used

  • No JS & Babel
  • No LERNA
  • NO MAGIC!

TODO

  • [ ] Add uvu in lsk run test
  • [ ] Fix lsk run test:watch
  • [ ] Add lsk run test:coverage in lsk run test
  • [ ] Add more test for test coverage
  • [ ] Move cli-utils to separate packages
  • [ ] Think about publishing and semver
  • [ ] Make rsync & copy commands
  • [ ] Add lsk create with templates
  • [ ] Change @lskjs/log to pino, `lsk log`` to pino-pretty
  • [ ] Rewrite lsk run commands to Yargs commands

Notes for future docs

  "eslintConfig": {
    "extends": "@lskjs/eslint-config",
    "settings": {
      "import/resolver": {
        "typescript": {
          "project": [
            "tsconfig.json",
            "apps/*/tsconfig.json"
          ]
        }
      }
    }
  },

Readme

Keywords

none

Package Sidebar

Install

npm i @lskjs/libs

Weekly Downloads

7

Version

1.0.0

License

MIT

Unpacked Size

407 kB

Total Files

179

Last publish

Collaborators

  • lskjsru
  • maxxborer
  • isuvorov
  • yukioru
  • andru_xa
  • natavts
  • blacklightburn
  • ga2mer
  • kafkae
  • sophiyabezruk
  • vladik_deniska
  • finalgetname