Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santerijps/tsbs
TypeScript NPM package bootstrapper
https://github.com/santerijps/tsbs
bootstrap npm package script typescript
Last synced: 2 days ago
JSON representation
TypeScript NPM package bootstrapper
- Host: GitHub
- URL: https://github.com/santerijps/tsbs
- Owner: santerijps
- License: cc0-1.0
- Created: 2024-04-29T13:51:53.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-29T14:05:10.000Z (7 months ago)
- Last Synced: 2024-10-05T10:45:22.888Z (about 1 month ago)
- Topics: bootstrap, npm, package, script, typescript
- Language: TypeScript
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tsbs
`tsbs` is a helper script for bootstrapping TypeScript projects that are meant to be published on NPM.
## Usage
Install it by running:
```bash
npm i -g @santerijps/tsbs
```Then run it on the command line:
```bash
mkdir my-package
cd my-package
tsbs
```