Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
cf438ae431 | |||
6cbf7cedc8 | |||
77bba7f865 | |||
49fc7e4687 |
@ -2,9 +2,7 @@
|
|||||||
name: config
|
name: config
|
||||||
---
|
---
|
||||||
# Configuration
|
# Configuration
|
||||||
## of npmts
|
npmts can be configured to your needs.
|
||||||
|
|
||||||
npmts can be configured to your needs:
|
|
||||||
|
|
||||||
### npmextra.json
|
### npmextra.json
|
||||||
the npmts section in npmextra.json can be used to configure npmts.
|
the npmts section in npmextra.json can be used to configure npmts.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name: Default Behaviour
|
name: Default Behaviour
|
||||||
---
|
---
|
||||||
# Default Behaviour
|
# Default Behaviour
|
||||||
## of npmts
|
when you don't configure it otherwise.
|
||||||
|
|
||||||
1. **Config:** Check config in ./npmextra.json (Check out [npmextra](https://www.npmjs.com/package/npmextra))
|
1. **Config:** Check config in ./npmextra.json (Check out [npmextra](https://www.npmjs.com/package/npmextra))
|
||||||
1. **Clean:** Clean up from any previous builds (old js files)
|
1. **Clean:** Clean up from any previous builds (old js files)
|
||||||
|
@ -2,14 +2,16 @@
|
|||||||
name: Examples
|
name: Examples
|
||||||
---
|
---
|
||||||
# Examples
|
# Examples
|
||||||
## of modules that use npmts
|
modules that use npmts in theis development workflow
|
||||||
|
|
||||||
Module Name | Description
|
Module Name | Description
|
||||||
--- | ---
|
--- | ---
|
||||||
|
[gitzone](https://www.npmjs.com/package/gitzone) | fast npm module prototyping
|
||||||
[gulp-browser](https://www.npmjs.com/package/gulp-browser) | browserify for gulp
|
[gulp-browser](https://www.npmjs.com/package/gulp-browser) | browserify for gulp
|
||||||
|
[npmdocker](https://www.npmjs.com/package/npmdocker) | dockerized npm development
|
||||||
|
[smartcli](https://www.npmjs.com/package/smartcli) | easy cli tool creation
|
||||||
|
|
||||||
|
> There are tons more... We will add them here over time.
|
||||||
> We will add more options over time.
|
|
||||||
|
|
||||||
### Tips and tricks:
|
### Tips and tricks:
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name: Start
|
name: Start
|
||||||
---
|
---
|
||||||
# npmts
|
# npmts
|
||||||
## Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.
|
Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.
|
||||||
|
|
||||||
## Availabililty
|
## Availabililty
|
||||||
[](https://www.npmjs.com/package/npmts)
|
[](https://www.npmjs.com/package/npmts)
|
||||||
@ -39,4 +39,4 @@ This works on your machine and in CI. There is a prebuild docker image available
|
|||||||
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
||||||
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
||||||
|
|
||||||
[](https://push.rocks)
|
[](https:/git.zone)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Install npmts
|
# Install npmts
|
||||||
First install npmts globally, then install the npmts-g locally.
|
Get started with TypeScript awesomeness.
|
||||||
|
|
||||||
> **npmts-g* checks if the global version of npmts suffices the modules requirements.
|
> **npmts-g* checks if the global version of npmts suffices the modules requirements.
|
||||||
If not it installs npmts locally in the right version during npm install.
|
If not it installs npmts locally in the right version during npm install.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "npmts",
|
"name": "npmts",
|
||||||
"version": "7.0.11",
|
"version": "7.0.13",
|
||||||
"description": "Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.",
|
"description": "Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
@ -59,7 +59,7 @@
|
|||||||
"smartstring": "^2.0.24",
|
"smartstring": "^2.0.24",
|
||||||
"smartsystem": "^1.0.12",
|
"smartsystem": "^1.0.12",
|
||||||
"source-map-support": "^0.4.14",
|
"source-map-support": "^0.4.14",
|
||||||
"tapbuffer": "^1.0.10",
|
"tapbuffer": "^1.0.11",
|
||||||
"through2": "^2.0.3",
|
"through2": "^2.0.3",
|
||||||
"tsn": "^2.0.15",
|
"tsn": "^2.0.15",
|
||||||
"typescript": "^2.2.2",
|
"typescript": "^2.2.2",
|
||||||
|
12
yarn.lock
12
yarn.lock
@ -2586,9 +2586,9 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
|
|||||||
version "3.0.2"
|
version "3.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
|
||||||
|
|
||||||
smartanalytics@^1.0.5:
|
smartanalytics@^1.0.6:
|
||||||
version "1.0.5"
|
version "1.0.6"
|
||||||
resolved "https://registry.yarnpkg.com/smartanalytics/-/smartanalytics-1.0.5.tgz#ff94fe6ca3f32470ac5eadf6840fd74066554613"
|
resolved "https://registry.yarnpkg.com/smartanalytics/-/smartanalytics-1.0.6.tgz#5094a29a53f4e005951680365f20d7125fc713f9"
|
||||||
dependencies:
|
dependencies:
|
||||||
smartq "^1.1.1"
|
smartq "^1.1.1"
|
||||||
smartrequest "^1.0.4"
|
smartrequest "^1.0.4"
|
||||||
@ -2987,9 +2987,9 @@ tap-parser@^5.1.0:
|
|||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
readable-stream "^2"
|
readable-stream "^2"
|
||||||
|
|
||||||
tapbuffer@^1.0.10:
|
tapbuffer@^1.0.11:
|
||||||
version "1.0.10"
|
version "1.0.11"
|
||||||
resolved "https://registry.yarnpkg.com/tapbuffer/-/tapbuffer-1.0.10.tgz#e4b910d5c3e64bec3c49d73c835694445de40764"
|
resolved "https://registry.yarnpkg.com/tapbuffer/-/tapbuffer-1.0.11.tgz#e9304c3a6c30331e3833ff0e08e15d07e16c1d50"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/istanbul" "^0.4.29"
|
"@types/istanbul" "^0.4.29"
|
||||||
beautylog "^6.1.1"
|
beautylog "^6.1.1"
|
||||||
|
Reference in New Issue
Block a user