A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/jirutka/njs-typescript-starter below:

jirutka/njs-typescript-starter: A starting template for developing njs (NGINX JavaScript) scripts for NGINX server in TypeScript.

.github/workflows/

Contains GitHub Actions workflows.

dist/

Contains the built JavaScript file for NGINX’s JS module.

integration‑tests

Contains your integration tests.

lib/

Contains type declarations generated from TypeScript sources in src/ directory.

node_modules/

Contains all your npm dependencies.

src/

Contains your source code that will be compiled to the dist/ directory.

src/tsconfig.json

Config settings for type checking your TypeScript source code that will be compiled for njs.

.editorconfig

Defines very basic code style used in the project. See editorconfig.org for more information.

.eslintrc.js

ESLint config for linting your TypeScript and JavaScript files.

.mocharc.js

Mocha config for integration tests.

babel.config.js

Babel config for compiling TypeScript sources into plain JavaScript compatible with njs and Node.js.

package.json

File that contains npm dependencies as well as build scripts.

package‑lock.json

Describes the exact dependency tree that was generated, including exact versions and checksums of the installed packages. This file is automatically generated by npm when you run e.g. npm install. (read more…)

rollup.config.js

Rollup config for compiling and bundling your source code in src/ together with the dependencies into a single JavaScript file for NGINX JS module.

tsconfig.json

Config settings for type checking code written in TypeScript or JavaScript that will be executed by Node.js (i.e. integration tests and JS configs).

yarn.lock

If you use yarn instead of npm; this file has the same purpose as package-lock.json for npm.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4