Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rfdzan/just
A command tool to initiate a typescript project, complete with git and jest.
https://github.com/rfdzan/just
typescript
Last synced: 17 days ago
JSON representation
A command tool to initiate a typescript project, complete with git and jest.
- Host: GitHub
- URL: https://github.com/rfdzan/just
- Owner: rfdzan
- License: mit
- Created: 2024-03-06T14:58:12.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-09T02:16:13.000Z (10 months ago)
- Last Synced: 2024-11-07T13:42:01.578Z (2 months ago)
- Topics: typescript
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# just
A personal command tool to setup a typescript project, complete with `git` and `jest`.# Why
Making setting up a new typescript project of mine as frictionless as possible.
# But this whole thing can be a bash script?
Yea, but it's now in Rust c:
# Prerequisite
All these packages/libraries must be installed globally:
1. `npm` & `npx`
2. `git`
3. `typescript`
# How to use
```
mkdir myProject && cd myProject
just
```
This tool is naive in its implementation for a reason: if it breaks I can fix it in a heartbeat.