# node-ts-module

> NodeJS TypeScript Module seed

Latest version **0.0.1** (published 2016-10-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install node-ts-module
pnpm add node-ts-module
yarn add node-ts-module
bun add node-ts-module
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2016-10-22 |
| First published | 2016-10-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Shiv Kushwaha |
| Maintainers | kushwahashiv |
| Keywords | typescript, tsc, node, seed, starter, vscode |

## Links

- npm: https://www.npmjs.com/package/node-ts-module
- Repository: https://github.com/kushwahashiv/node-ts-module
- Homepage: https://github.com/kushwahashiv/node-ts-module.git#readme
- Issues: https://github.com/kushwahashiv/node-ts-module/issues
- npm.io page: https://npm.io/package/node-ts-module

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 0.0.1 (latest) — 2016-10-22
- 0.0.0 — 2016-10-22

## README

# node-ts-module

Seed create a npm module/library in Node.js, TypeScript

## Getting starting

```bash
git clone git@github.com:kushwahashiv/node-ts-module.git {my-folder}
cd {my-folder}
rm -rf .git
git init
npm install

npm test -- -w

# Enjoy!
```

## Files to update

- `package.json` (name, author, repository ...)
- `Readme.md`

## npm scripts available

- `build`: compiles the app into `lib` folder
- `lint`: runs tslint for `src` and `tests` folders
- `test`: runs mocha test without any compilation needed (uses `ts-node`)
- `tsc`: proxy to the locally installed `typescript` package


## tsconfig Files

- `tsconfig.json`: configuration file for build

## Running test

```bash
# optional pass a reporter or any other mocha options.
npm test -- --reporter list
```

## Resources

- [What's new in TypeScript](https://github.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript)

## License

MIT

---
_Source: https://npm.io/package/node-ts-module · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
