All Projects β†’ liangchunn β†’ Typescript Node Scripts

liangchunn / Typescript Node Scripts

Licence: mit
Create, test, and build Node.js server apps based on TypeScript with zero-configuration

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Typescript Node Scripts

infrared
βœ¨πŸš€ Blazing fast, inferred static type checker for JavaScript.
Stars: ✭ 46 (+91.67%)
Mutual labels:  zero-configuration
Static React
Zero-configuration CLI React static renderer
Stars: ✭ 358 (+1391.67%)
Mutual labels:  zero-configuration
Awesome Toolkits
A curated list of open source, high-quality, popular and well maintained "zero-configuration" (#0CJS) toolkits
Stars: ✭ 488 (+1933.33%)
Mutual labels:  zero-configuration
zedux
⚑ A high-level, declarative, composable form of Redux https://bowheart.github.io/zedux/
Stars: ✭ 43 (+79.17%)
Mutual labels:  zero-configuration
Toriptables2
Tor Iptables script is an anonymizer that sets up iptables and tor to route all services and traffic including DNS through the Tor network.
Stars: ✭ 287 (+1095.83%)
Mutual labels:  zero-configuration
Noderize
Create a Node app in less than 30 seconds.
Stars: ✭ 432 (+1700%)
Mutual labels:  zero-configuration
create-wp-react-app
Create React WordPress plugin with no build configuration.
Stars: ✭ 56 (+133.33%)
Mutual labels:  zero-configuration
Byob
An open-source post-exploitation framework for students, researchers and developers.
Stars: ✭ 6,949 (+28854.17%)
Mutual labels:  zero-configuration
Vue Simple Suggest
Feature-rich autocomplete component for Vue.js
Stars: ✭ 324 (+1250%)
Mutual labels:  zero-configuration
Docz
✍ It has never been so easy to document your things!
Stars: ✭ 22,020 (+91650%)
Mutual labels:  zero-configuration
hyperapp-scripts
Hyperapp expansion pack for create-react-app
Stars: ✭ 38 (+58.33%)
Mutual labels:  zero-configuration
Create Guten Block
πŸ“¦ A zero-configuration #0CJS developer toolkit for building WordPress Gutenberg block plugins.
Stars: ✭ 3,040 (+12566.67%)
Mutual labels:  zero-configuration
Zeroconf
mDNS / DNS-SD Service Discovery in pure Go (also known as Bonjour)
Stars: ✭ 438 (+1725%)
Mutual labels:  zero-configuration
phaser-cli
Create Phaser projects with no build configuration.
Stars: ✭ 53 (+120.83%)
Mutual labels:  zero-configuration
Klaus
docker run klaus / pip install klaus β€” the first Git web viewer that Just Worksβ„’.
Stars: ✭ 589 (+2354.17%)
Mutual labels:  zero-configuration
create-hyperapp
Create Hyperapps with no build configuration
Stars: ✭ 16 (-33.33%)
Mutual labels:  zero-configuration
Neutrino
Create and build modern JavaScript projects with zero initial configuration.
Stars: ✭ 3,844 (+15916.67%)
Mutual labels:  zero-configuration
Rage
A simple, secure and modern encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.
Stars: ✭ 826 (+3341.67%)
Mutual labels:  zero-configuration
Age
A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
Stars: ✭ 9,409 (+39104.17%)
Mutual labels:  zero-configuration
React Snap
πŸ‘» Zero-configuration framework-agnostic static prerendering for SPAs
Stars: ✭ 4,565 (+18920.83%)
Mutual labels:  zero-configuration

typescript-node-scripts

npm npm install size Known Vulnerabilities

Create Node.js applications based on TypeScript with zero-configuration.

Inspired by create-react-app and Dan Abramov's The Melting Pot of JavaScript.

  • Supports testing, building, and development in watch mode
  • Supports custom TypeScript path mappings, aka compilerOptions.path

Quick Start Guide

npx typescript-node-scripts create <appName>
cd <appName>
yarn start

Requirements

  • node >=8.0.0
  • process.platform !== 'win32'

Documentation

Access the documentation here: https://liangchunn.github.io/typescript-node-scripts

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].