Skip to content

Commit

Permalink
v1.89.0 - fixes and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Dec 27, 2023
1 parent ad694d4 commit 32d66da
Show file tree
Hide file tree
Showing 14 changed files with 482 additions and 926 deletions.
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# History

## v1.89.0 2023 December 27

- Updated for `projectz` v4.0.0
- Fixed hidden configuration property `githubActionTestEnv` not being accepted (regression since v1.88.1)
- Updated `bevry-actions/npm`
- Improved custom bin handling, by leaving it up to `package.json` configuration rather than complex CSV answer handling as before
- For bevry projects, transfer the defunct `Bevry Pty Ltd` copyrights to @balupton
- No need for copyright years if there is only one author
- For bevry projects, add @skunkteam as a historical donor
- Remove deprecated `@bevry/github-*` dependencies (not all are deprecated, only some)
- Thank you to the sponsors: [Andrew Nesbitt](https://nesbitt.io), [Balsa](https://balsa.com), [Codecov](https://codecov.io/), [Poonacha Medappa](https://poonachamedappa.com), [Rob Morris](https://github.com/Rob-Morris), [Sentry](https://sentry.io), [Syntax](https://syntax.fm)

## v1.88.4 2023 December 6

- fix descriptions of editions not including the full engines
Expand Down
8 changes: 4 additions & 4 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<!-- LICENSEFILE/ -->

<h1>License</h1>
# License

Unless stated otherwise all works are:

<ul><li>Copyright &copy; 2017+ <a href="http://bevry.me">Bevry</a></li></ul>
- Copyright &copy; [Benjamin Lupton](https://balupton.com)

and licensed under:

<ul><li><a href="http://spdx.org/licenses/Artistic-2.0.html">Artistic License 2.0</a></li></ul>
- [Artistic License 2.0](http://spdx.org/licenses/Artistic-2.0.html)

<h2>The Artistic License 2.0</h2>
## The Artistic License 2.0

<pre>
Copyright (c) 2000-2006, The Perl Foundation.
Expand Down
89 changes: 42 additions & 47 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<!-- TITLE/ -->

<h1>boundation</h1>
# boundation

<!-- /TITLE -->


<!-- BADGES/ -->

<span class="badge-githubworkflow"><a href="https://github.com/bevry/boundation/actions?query=workflow%3Abevry" title="View the status of this project's GitHub Workflow: bevry"><img src="https://github.com/bevry/boundation/workflows/bevry/badge.svg" alt="Status of the GitHub Workflow: bevry" /></a></span>
Expand All @@ -25,7 +24,6 @@

<!-- /BADGES -->


<!-- DESCRIPTION/ -->

Automatic scaffolding and upgrading of your JavaScript ecosystem projects using Bevry's best practices
Expand Down Expand Up @@ -79,63 +77,59 @@ It will ask you several questions about your project, then initialise or upgrade

<!-- INSTALL/ -->

<h2>Install</h2>
## Install

<a href="https://npmjs.com" title="npm is a package manager for javascript"><h3>npm</h3></a>
<h4>Install Globally</h4>
<ul>
<li>Install: <code>npm install --global boundation</code></li>
<li>Executable: <code>boundation</code></li>
</ul>
<h4>Install Locally</h4>
<ul>
<li>Install: <code>npm install --save boundation</code></li>
<li>Executable: <code>npx boundation</code></li>
<li>Import: <code>import pkg from ('boundation')</code></li>
<li>Require: <code>const pkg = require('boundation').default</code></li>
</ul>
### [npm](https://npmjs.com "npm is a package manager for javascript")

<h3><a href="https://editions.bevry.me" title="Editions are the best way to produce and consume packages you care about.">Editions</a></h3>
#### Install Globally

<p>This package is published with the following editions:</p>
- Install: `npm install --global boundation`
- Executable: `boundation`

<ul><li><code>boundation</code> aliases <code>boundation/source/index.js</code></li>
<li><code>boundation/source/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> source code for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 18 || 20 || 21 with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li></ul>
#### Install Locally

<!-- /INSTALL -->
- Install: `npm install --save boundation`
- Executable: `npx boundation`
- Import: `import pkg from ('boundation')`
- Require: `const pkg = require('boundation').default`

### [Editions](https://editions.bevry.me "Editions are the best way to produce and consume packages you care about.")

<!-- HISTORY/ -->
This package is published with the following editions:
- `boundation` aliases `boundation/source/index.js`
- `boundation/source/index.js` is [ESNext](https://en.wikipedia.org/wiki/ECMAScript#ES.Next "ECMAScript Next") source code for [Node.js](https://nodejs.org "Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine") 18 || 20 || 21 with [Import](https://babeljs.io/docs/learn-es2015/#modules "ECMAScript Modules") for modules

<h2>History</h2>
<!-- /INSTALL -->

<a href="https://github.com/bevry/boundation/blob/master/HISTORY.md#files">Discover the release history by heading on over to the <code>HISTORY.md</code> file.</a>
<!-- HISTORY/ -->

<!-- /HISTORY -->
## History

[Discover the release history by heading on over to the `HISTORY.md` file.](https://github.com/bevry/boundation/blob/HEAD/HISTORY.md#files)

<!-- CONTRIBUTE/ -->
<!-- /HISTORY -->

<h2>Contribute</h2>
<!-- BACKERS/ -->

<a href="https://github.com/bevry/boundation/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>
## Backers

<!-- /CONTRIBUTE -->
### Code

[Discover how to contribute via the `CONTRIBUTING.md` file.](https://github.com/bevry/boundation/blob/HEAD/CONTRIBUTING.md#files)

<!-- BACKERS/ -->
#### Authors

<h2>Backers</h2>
- [Benjamin Lupton](https://balupton.com)

<h3>Maintainers</h3>
#### Maintainers

These amazing people are maintaining this project:
- [Benjamin Lupton](https://github.com/balupton)

<ul><li><a href="https://github.com/balupton">Benjamin Lupton</a> — <a href="https://github.com/bevry/boundation/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/boundation">view contributions</a></li></ul>
#### Contributors

<h3>Sponsors</h3>
- [Benjamin Lupton](https://github.com/balupton)[view contributions](https://github.com/bevry/boundation/commits?author=balupton "View the GitHub contributions of Benjamin Lupton on repository bevry/boundation")

No sponsors yet! Will you be the first?
### Finances

<span class="badge-githubsponsors"><a href="https://github.com/sponsors/balupton" title="Donate to this project using GitHub Sponsors"><img src="https://img.shields.io/badge/github-donate-yellow.svg" alt="GitHub Sponsors donate button" /></a></span>
<span class="badge-thanksdev"><a href="https://thanks.dev/u/gh/bevry" title="Donate to this project using ThanksDev"><img src="https://img.shields.io/badge/thanksdev-donate-yellow.svg" alt="ThanksDev donate button" /></a></span>
Expand All @@ -146,27 +140,28 @@ No sponsors yet! Will you be the first?
<span class="badge-crypto"><a href="https://bevry.me/crypto" title="Donate to this project using Cryptocurrency"><img src="https://img.shields.io/badge/crypto-donate-yellow.svg" alt="crypto donate button" /></a></span>
<span class="badge-paypal"><a href="https://bevry.me/paypal" title="Donate to this project using Paypal"><img src="https://img.shields.io/badge/paypal-donate-yellow.svg" alt="PayPal donate button" /></a></span>

<h3>Contributors</h3>
#### Donors

These amazing people have contributed code to this project:

<ul><li><a href="https://github.com/balupton">Benjamin Lupton</a> — <a href="https://github.com/bevry/boundation/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/boundation">view contributions</a></li></ul>

<a href="https://github.com/bevry/boundation/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>
- [Chad](https://opencollective.com/chad8)
- [entroniq](https://gitlab.com/entroniq)
- [Jean-Luc Geering](https://github.com/jlgeering)
- [mikeumus](https://bevry.me)
- [serviejs](https://github.com/serviejs)
- [Skunk Team](https://skunk.team)
- [smashah](https://github.com/smashah)

<!-- /BACKERS -->


<!-- LICENSE/ -->

<h2>License</h2>
## License

Unless stated otherwise all works are:

<ul><li>Copyright &copy; 2017+ <a href="http://bevry.me">Bevry</a></li></ul>
- Copyright &copy; [Benjamin Lupton](https://balupton.com)

and licensed under:

<ul><li><a href="http://spdx.org/licenses/Artistic-2.0.html">Artistic License 2.0</a></li></ul>
- [Artistic License 2.0](http://spdx.org/licenses/Artistic-2.0.html)

<!-- /LICENSE -->
Loading

0 comments on commit 32d66da

Please sign in to comment.