Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/japrozs/tsgist
A NPM package to create customizable `tsconfig.json` files in the easiest way.
https://github.com/japrozs/tsgist
chalk cli inquirer node npm tsconfig tsgist
Last synced: 26 days ago
JSON representation
A NPM package to create customizable `tsconfig.json` files in the easiest way.
- Host: GitHub
- URL: https://github.com/japrozs/tsgist
- Owner: japrozs
- License: mit
- Created: 2020-11-23T04:02:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T07:19:19.000Z (almost 4 years ago)
- Last Synced: 2024-09-11T21:55:40.453Z (about 2 months ago)
- Topics: chalk, cli, inquirer, node, npm, tsconfig, tsgist
- Language: JavaScript
- Homepage: https://github.com/Japroz-Saini/tsgist
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- Changelog: CHANGELOG.MD
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.MD
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Tsgist
build
build
passing
passing
Tsgist is a package to generate `tsconfig.json` file is an easy and customizable manner.To get started install `tsgist` through `npm` with the following command:```bash
npm install -g tsgist
```Or for a quick start, please use the command below:
```bash
npx tsgist init
```## Template
You can use template `tsconfig.json` files for easy and custom config files.To get started, `tsgist` creates a folder called `tsgist` in the home directory of your computer.In that directory, create a `json` files with the name that you want the `alias` to be.For example, id your `json` file is called `config.json` then you can use the command:
```bash
tsgist temp config
```where `config` is the name of the json file which you want to use.
To find the home directory of your system, use the following command:
```bash
$ node
Welcome to Node.js v12.18.2.
Type ".help" for more information.
> const os = require('os');
> os.homedir()
'/Users/Japroz'
```## FUNDING
For funding, see the `FUNDING.YML` file in the `.github` folder or click the Sponsor button at the top of the page on [Github](https://github.com/Japroz-Saini/tsgist).
## CONTRIBUTING
For contributing, please see the `CONTRIBUTING.MD` file in the root directory of the project.