Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabiospampinato/tsex
A little CLI for making TypeScript packages, cleanly and effortlessly.
https://github.com/fabiospampinato/tsex
make manage project typescript
Last synced: 3 months ago
JSON representation
A little CLI for making TypeScript packages, cleanly and effortlessly.
- Host: GitHub
- URL: https://github.com/fabiospampinato/tsex
- Owner: fabiospampinato
- License: mit
- Created: 2022-04-04T17:57:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T20:59:39.000Z (6 months ago)
- Last Synced: 2024-07-27T08:33:46.199Z (3 months ago)
- Topics: make, manage, project, typescript
- Language: TypeScript
- Homepage:
- Size: 126 KB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# TSEX
A little CLI for making TypeScript packages, cleanly and effortlessly.
## Install
```sh
npm install -g tsex
```## Usage
```
tsex 3.0.0USAGE
tsex [command]
OPTIONS
--help Display help for the command
--version, -v Display the version numberCOMMANDS
help [command] Display help for the command
benchmark Run the benchmark task
bundle Bundle the project with esbuild
clean Delete build artifacts
compile Compile the project with tsc
declare Generate the declaration file for the project with tsc
dev Compile the project and run tests with fava, while watching files
prepare Prepare the project for publishing by cleaning up, compiling, and testing
task Run a task
test Run the test suite with fava
transform Transform build artifacts
```## License
MIT © Fabio Spampinato