https://github.com/oresoftware/ts-project
Command line tool to start new TypeScript-based libraries. 🏰
https://github.com/oresoftware/ts-project
command-line-tool nodejs npm ts typescript
Last synced: 23 days ago
JSON representation
Command line tool to start new TypeScript-based libraries. 🏰
- Host: GitHub
- URL: https://github.com/oresoftware/ts-project
- Owner: ORESoftware
- License: mit
- Created: 2018-04-17T03:12:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T23:14:46.000Z (almost 2 years ago)
- Last Synced: 2024-04-25T01:20:56.473Z (almost 2 years ago)
- Topics: command-line-tool, nodejs, npm, ts, typescript
- Language: JavaScript
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# tsproject # command line tool
### tsproject is a command line tool to generate new TypeScript-based Node.js/NPM libraries.
## Installation: ```npm install -g '@oresoftware/ts-project'```
## Usage:
```bash
ts_project foo/bar/baz
```
Given the above, ts_project will write the project files in the `'baz'` directory,
creating the path for you if it does not exist.