@postlight/node-typescript-starter-kit
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -45,3 +45,6 @@ #!/usr/bin/env node | ||
`${__dirname}/starter-kit/gitignore`, | ||
`${__dirname}/starter-kit/.gitignore` | ||
`${__dirname}/starter-kit/.gitignore`, | ||
function (err) { | ||
if (err) throw err; | ||
} | ||
); | ||
@@ -48,0 +51,0 @@ }; |
{ | ||
"name": "@postlight/node-typescript-starter-kit", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "NodeJS - TypeScript Starter Kit", | ||
@@ -28,3 +28,5 @@ "author": "Postlight", | ||
], | ||
"scripts": {}, | ||
"scripts": { | ||
"release": "standard-version" | ||
}, | ||
"license": "Apache-2.0", | ||
@@ -37,3 +39,6 @@ "dependencies": { | ||
"node-typescript-starter-kit": "./cli.js" | ||
}, | ||
"devDependencies": { | ||
"standard-version": "^6.0.1" | ||
} | ||
} |
@@ -1,14 +0,20 @@ | ||
# NodeJS - TypeScript Starter Kit | ||
 | ||
# Node.js + TypeScript Starter Kit | ||
[](https://github.com/prettier/prettier) | ||
[](https://circleci.com/gh/postlight/nodejs-typescript-kit) | ||
This NodeJS + TypeScript starter kit is a zero-config codebase that lets you start writing code immediately. Includes: | ||
[Postlight](https://postlight.com)'s Node.js + TypeScript Starter Kit is a zero-config codebase that lets you start writing code immediately. It includes: | ||
* TypeScript or just regular ol' JavaScript | ||
* TypeScript (or write just regular ol' JavaScript) | ||
* Jest for testing | ||
* Prettier for formatting | ||
* ESLint for linting | ||
* CircleCI configs | ||
* Pre-commit hooks | ||
* Basic config and build scripts | ||
Read all about it [this handy introduction](https://postlight.com/trackchanges/introducing-postlights-node-js-typescript-starter-kit). | ||
## Creating a project | ||
@@ -38,3 +44,3 @@ | ||
 | ||
 | ||
@@ -67,3 +73,3 @@ ## Starter Kit Documentation | ||
VSCode Users should add this to their workspace settings to integrate JS/TS Linting in general: | ||
VSCode users should add this to their workspace settings to integrate JS/TS linting in general: | ||
@@ -99,3 +105,3 @@ ```json | ||
Having already pushed your project to your favorite git-repository hosting service, you're one click away from integrating your app with CircleCI. | ||
Having already pushed your project to your favorite git repository hosting service, you're one click away from integrating your app with CircleCI. | ||
@@ -111,14 +117,5 @@ - Login to [CircleCI](https://circleci.com/) | ||
## What's Included? | ||
Your environment will have everything you need to build a modern NodeJS - Typescript application | ||
--- | ||
- Typescript Support | ||
- Jest unit testing | ||
- ESLint and Prettier configs | ||
- CircleCI configs | ||
- Pre-commit hooks | ||
*** | ||
A micro project from your friends at [Postlight Labs](https://postlight.com/labs) | ||
🔬 A Labs project from your friends at [Postlight](https://postlight.com). Happy coding! |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
277426
23
143
1
118
1