Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.