Skip to content

Commit c4cff11

Browse files
authored
Version 1.0 (#32)
* 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
1 parent 86a8a95 commit c4cff11

File tree

77 files changed

+4622
-1162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+4622
-1162
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd3184696330 # v4.1.2
1010
# Setup .npmrc file to publish to npm
11-
- uses: actions/setup-node@v3
11+
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
1212
with:
1313
node-version: '16.x'
1414
registry-url: 'https://registry.npmjs.org'

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ npm ci
4141
```
4242
There is `npm` task for generating documentation from TypeScript anotations:
4343
```bash
44-
npm run doc
44+
npm run build
4545
```
4646

4747
## Documentation/examples improvements

0 commit comments

Comments
 (0)