Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
fix: run update
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <[email protected]>
  • Loading branch information
Charlike Mike Reagent committed Nov 18, 2018
1 parent 73b29d8 commit 91d92ee
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 1,625 deletions.
15 changes: 9 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,12 @@ jobtest: &jobtest
- run:
name: Installing project dependencies
command: yarn install --prefer-offline || yarn install
- run:
name: Linting your project
command: yarn run lint
- run:
name: Testing your project
command: yarn tunnckocore-scripts test
command: yarn global add nyc@latest && yarn test
- save_cache:
key: package-json-{{ checksum "yarn.lock" }}
paths: node_modules
Expand Down Expand Up @@ -97,17 +100,17 @@ jobs:
# <<: *node10osx
# <<: *jobtest

release:
publish:
<<: *node10linux
steps:
- checkout
- *restore_modules_cache
- run:
name: Bundling your awesome project
command: yarn tunnckocore-scripts build || echo "No build step."
command: yarn run build || echo "No build step."
- run:
name: Releasing and publishing
command: yarn tunnckocore-scripts release
command: yarn run release || (yarn global add @tunnckocore/release-cli && yarn run release)

workflows:
version: 2
Expand Down Expand Up @@ -137,7 +140,7 @@ workflows:

# Release and NPM publish
# Executed only on master
- release:
- publish:
requires:
# - test-node8osx
# - test-node10osx
Expand All @@ -146,4 +149,4 @@ workflows:
filters:
branches:
only: master
context: org-secret
context: org-global
3 changes: 0 additions & 3 deletions .huskyrc.js

This file was deleted.

4 changes: 2 additions & 2 deletions .verb.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ main().catch(console.error);

## See Also

Some of these projects are used here or were inspiration for this one, others are just related. So, thanks for your
existance!
Some of these projects are used here or were inspiration for this one, others are just related. So, thanks for your existance!

{%= related(verb.related.list, { words: 10 }) %}

**[back to top](#thetop)**
Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ _(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](

## Install

This project requires [**Node.js**](https://nodejs.org) **^8.11.0 || >=10.13.0**. Install it using
This project requires [**Node.js**](https://nodejs.org) **^8.10.0 || >=10.13.0**. Install it using
[**yarn**](https://yarnpkg.com) or [**npm**](https://npmjs.com).
_We highly recommend to use Yarn when you think to contribute to this project._

Expand Down Expand Up @@ -101,16 +101,13 @@ main().catch(console.error);

## See Also

Some of these projects are used here or were inspiration for this one, others are just related. So, thanks for your
existance!
Some of these projects are used here or were inspiration for this one, others are just related. So, thanks for your existance!

- [@tunnckocore/config](https://www.npmjs.com/package/@tunnckocore/config): All the configs for all the tools, in one place | [homepage](https://github.com/tunnckoCoreLabs/config "All the configs for all the tools, in one place")
- [@tunnckocore/create-project](https://www.npmjs.com/package/@tunnckocore/create-project): Create and scaffold a new project, its GitHub repository and… [more](https://github.com/tunnckoCoreLabs/create-project) | [homepage](https://github.com/tunnckoCoreLabs/create-project "Create and scaffold a new project, its GitHub repository and contents")
- [@tunnckocore/execa](https://www.npmjs.com/package/@tunnckocore/execa): Thin layer on top of [execa][] that allows executing multiple… [more](https://github.com/tunnckoCoreLabs/execa) | [homepage](https://github.com/tunnckoCoreLabs/execa "Thin layer on top of [execa][] that allows executing multiple commands in parallel or in sequence")
- [@tunnckocore/scripts](https://www.npmjs.com/package/@tunnckocore/scripts): Universal and minimalist scripts & tasks runner. | [homepage](https://github.com/tunnckoCoreLabs/scripts "Universal and minimalist scripts & tasks runner.")
- [@tunnckocore/update](https://www.npmjs.com/package/@tunnckocore/update): Update a repository with latest templates from `charlike`. | [homepage](https://github.com/tunnckoCoreLabs/update "Update a repository with latest templates from `charlike`.")
- [asia](https://www.npmjs.com/package/asia): Blazingly fast, magical and minimalist testing framework, for Today and… [more](https://github.com/olstenlarck/asia#readme) | [homepage](https://github.com/olstenlarck/asia#readme "Blazingly fast, magical and minimalist testing framework, for Today and Tomorrow")
- [charlike](https://www.npmjs.com/package/charlike): Small & fast project scaffolder with sane defaults. Supports hundreds… [more](https://github.com/tunnckoCoreLabs/charlike) | [homepage](https://github.com/tunnckoCoreLabs/charlike "Small & fast project scaffolder with sane defaults. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options")
- [docks](https://www.npmjs.com/package/docks): Extensible system for parsing and generating documentation. It just freaking… [more](https://github.com/tunnckoCore/docks) | [homepage](https://github.com/tunnckoCore/docks "Extensible system for parsing and generating documentation. It just freaking works!")
- [git-commits-since](https://www.npmjs.com/package/git-commits-since): Get all commits since given period of time or by… [more](https://github.com/tunnckoCoreLabs/git-commits-since) | [homepage](https://github.com/tunnckoCoreLabs/git-commits-since "Get all commits since given period of time or by default from latest git semver tag. Understands and follows both SemVer and the Conventional Commits specification.")
- [gitcommit](https://www.npmjs.com/package/gitcommit): Lightweight and joyful `git commit` replacement. Conventional Commits compliant. | [homepage](https://github.com/tunnckoCore/gitcommit "Lightweight and joyful `git commit` replacement. Conventional Commits compliant.")

**[back to top](#thetop)**
Expand Down Expand Up @@ -211,6 +208,5 @@ Released under the [Apache-2.0 License][license-url].
[shareb]: https://badgen.net/badge/twitter/share/1da1f2?icon=twitter
[open-issue-url]: https://github.com/tunnckoCoreLabs/package-json/issues/new

[execa]: https://github.com/sindresorhus/execa
[new-release]: https://github.com/tunnckoCore/new-release
[semantic-release]: https://github.com/semantic-release/semantic-release
28 changes: 13 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,25 @@
"license": "Apache-2.0",
"licenseStart": "2018",
"scripts": {
"start": "tunnckocore-scripts",
"extends": "@tunnckocore/config/scripts",
"docs": "tunnckocore-scripts docs",
"lint": "tunnckocore-scripts lint",
"test": "tunnckocore-scripts test",
"commit": "tunnckocore-scripts commit"
"docs": "docks --outfile .verb.md && verb",
"lint": "eslint '**/*.js' --cache --fix --quiet --format codeframe",
"test-only": "asia -r esm",
"test": "nyc asia",
"precommit": "yarn run lint && yarn run test-only",
"commit": "yarn dry",
"dry": "git add -A && git status --porcelain && gitcommit",
"release": "tunnckocore-release"
},
"engines": {
"node": "^8.11.0 || >=10.13.0"
"node": "^8.10.0 || >=10.13.0"
},
"dependencies": {
"axios": "^0.18.0",
"esm": "^3.0.84",
"parse-package-name": "^0.1.0"
},
"devDependencies": {
"@tunnckocore/config": "^0.5.1",
"@tunnckocore/config": "^1.0.2",
"@tunnckocore/scripts": "^1.1.0",
"asia": "^0.19.7"
},
Expand All @@ -31,7 +33,7 @@
"main": "index.js",
"module": "src/index.js",
"typings": "src/index.d.ts",
"version": "0.3.3",
"version": "1.0.1",
"repository": "tunnckoCoreLabs/package-json",
"homepage": "https://github.com/tunnckoCoreLabs/package-json",
"author": "Charlike Mike Reagent (https://tunnckocore.com)",
Expand All @@ -56,15 +58,11 @@
"related": {
"list": [
"asia",
"charlike",
"docks",
"gitcommit",
"@tunnckocore/execa",
"@tunnckocore/package-json",
"git-commits-since",
"@tunnckocore/create-project",
"@tunnckocore/update",
"@tunnckocore/config",
"@tunnckocore/scripts"
"@tunnckocore/config"
]
},
"lint": {
Expand Down
Loading

0 comments on commit 91d92ee

Please sign in to comment.