Skip to content

Commit

Permalink
Version 1.0 (#32)
Browse files Browse the repository at this point in the history
* Dev mainly completion (#31)

* `njs` alias

* Squashed commit of the following:

commit a5d6cd2
Author: Jan Andrle <[email protected]>
Date:   Wed Jul 19 21:55:00 2023 +0200

    separate `importRC`

commit 7651d4a
Author: Jan Andrle <[email protected]>
Date:   Thu Jul 13 16:35:20 2023 +0200

    :bug: :rocket: Better errors

commit 0954cfd
Author: Jan Andrle <[email protected]>
Date:   Thu Jul 13 15:57:09 2023 +0200

    :bug: Fix error stack trace and process output

commit b2ecb4a
Author: github-actions[bot] <42103905+github-actions[bot]@users.noreply.github.com}>
Date:   Thu Jun 15 17:13:37 2023 +0200

    :sparkles: Upgrade and use css-in-console@v2-dev :recycle: NODEJSSCRIPTOPTS

commit 8c1e63c
Author: github-actions[bot] <42103905+github-actions[bot]@users.noreply.github.com}>
Date:   Wed Jun 14 17:51:38 2023 +0200

    :bug: print non-errors, temp scripts names, examples

commit 73da15a
Author: github-actions[bot] <42103905+github-actions[bot]@users.noreply.github.com}>
Date:   Wed Jun 14 17:04:25 2023 +0200

    :sparkles: nodejsscriptrc + related :broom:

* :boom: css-in-console@v2

* :sparkles: Add repl command

* :zap: :bug: Completion/Help and fixing runs, …

* :bug: mirror `$.is_*`, REPL

* :bug: :zap: Fix `cd` and `query`

* :zap: REPL completer + `$()` off options

* :bug: REPL completer, pwd

* :zap: Add new REPL commands for history and exiting and improve
completions

* :zap: Add completion for on demand scripts and related improvements

* :zap: added interactive mode and eval option to help text

* :zap: :cop: Separate REPL part

* :bug: :cop: various cli errors

* :bug: repl writer

* :bug: :cop: Bugs/issues relating to `shelljs.config` and cli

* :bug: fixing outdated examples

* :abc: :cop:/:zap: v1 docs/info and #15

* 🔤 added fold regions and better `njs --completion`

* 🔤 ⚡ Improve doc amd `--man`

* 🔤 man

* 🔤 examples for goods

* 🔤 ⚡ `--interactive`/`--inspect`/`*rc`

* 🔤 ⚡ 🐛

* 🔤 migrations moved

* 🔤 `njs -p`

* 🔤 “one–file”

* 🔤 included discussions in README

* 🔤 🐛 typos

* 🐛 no crash when `echo(s.echo())`

* ⚡ 🔤 making README.md more readable for contributing

* 🔤 one-p starting

* 🔤 improved `s.run`/`s.runA` docs and moved `node:*` sec. to goods

* 🔤 `--global-jsconfig`, examples

* 🔤 nodejsscriptrc docs: targets, error

* 🔤 ⚡ no-nodejsscript

* 🔤 how to find out config file

* ⚡ `njs --help` and help for subcommands

* 🔤 `njs --man` and `.mjs`/`.js`

* 🔤 📺 docs structure and generating improvements

* 🔤 `shjs`

* 🔤 please visit

* 🔤 shelljs overview and Shell* types

* 🔤 ⚡ `--man`→`--tldr`

* 🐛 REPL history and echo stderr

* 👮 🔤 echo example

* 🔤 `echo.use("-R…`/`echo(…`

* 👮 github workflows security and updates

* 🔤 🐛 better examples

* 🔤 Convention

* :zap 🔤 repl strict mode
  • Loading branch information
jaandrle authored Mar 26, 2024
1 parent 86a8a95 commit c4cff11
Show file tree
Hide file tree
Showing 77 changed files with 4,622 additions and 1,162 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd3184696330 # v4.1.2
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ npm ci
```
There is `npm` task for generating documentation from TypeScript anotations:
```bash
npm run doc
npm run build
```

## Documentation/examples improvements
Expand Down
Loading

0 comments on commit c4cff11

Please sign in to comment.