tsgist

1.2.1 • Public • Published

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:
npm install -g tsgist

Or for a quick start, please use the command below:

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:

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:

$ 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.

CONTRIBUTING

For contributing, please see the CONTRIBUTING.MD file in the root directory of the project.

Package Sidebar

Install

npm i tsgist

Weekly Downloads

1

Version

1.2.1

License

MIT

Unpacked Size

40.7 kB

Total Files

14

Last publish

Collaborators

  • japroz-saini