@bessonovs/set-project-references

0.0.10 • Public • Published

Set project references for TypeScript

Project is Build Status License

This cli module try to resolve the problem of syncing TypeScript project references with local modules in a monorepo.

Set project references supports following monorepos:

Support for yarn Workspaces was removed due rewrite in version 0.0.4. Try workspaces-to-typescript-project-references instead.

Installation

You can run it without an installation:

pnpx @bessonovs/set-project-references
npx @bessonovs/set-project-references

Or install with one of your favourite package manager:

pnpm install -g @bessonovs/set-project-references
npm install -g @bessonovs/set-project-references
yarn global add @bessonovs/set-project-references

Usage

# show help
set-project-references -h

# show current state
set-project-references
# save changes
set-project-references --save
# change project root
set-project-references --root mypath/

Or add it as shortcut:

"scripts": {
  "spr": "set-project-references",
  "postinstall": "set-project-references --save",
  "postuninstall": "set-project-references --save"
},

Then you can run it with:

pnpm run spr
yarn spr

ToDo

Currently, it's an alpha version. It's missing:

  • Tests
  • Access through API

License

The MIT License (MIT)

Copyright (c) 2019, Anton Bessonov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Package Sidebar

Install

npm i @bessonovs/set-project-references

Weekly Downloads

320

Version

0.0.10

License

MIT

Unpacked Size

43.3 kB

Total Files

51

Last publish

Collaborators

  • abessonov