make it build, add cli #4

Merged
milahu merged 1 commit from fix-build-add-cli into master 2022-12-13 16:46:41 +01:00
milahu commented 2022-12-13 16:30:33 +01:00 (Migrated from github.com)

allow install from git, add cli

cd $(mktemp -d)
npm init -y
pnpm i https://github.com/milahu/lezer-import-tree-sitter
wget https://github.com/tree-sitter/tree-sitter-bash/raw/master/src/grammar.json
npx lezer-import-tree-sitter grammar.json >bash.grammar

todo: add license, set version

allow install from git, add cli ``` cd $(mktemp -d) npm init -y pnpm i https://github.com/milahu/lezer-import-tree-sitter wget https://github.com/tree-sitter/tree-sitter-bash/raw/master/src/grammar.json npx lezer-import-tree-sitter grammar.json >bash.grammar ``` todo: add license, set version
marijnh commented 2022-12-13 16:46:33 +01:00 (Migrated from github.com)

The scope of this package is more 'possibly helpful code for hacking on a tree-sitter-derived grammar' than 'ready-to-use tool'. That being said, these changes seem unproblematic.

The scope of this package is more 'possibly helpful code for hacking on a tree-sitter-derived grammar' than 'ready-to-use tool'. That being said, these changes seem unproblematic.
marijnh commented 2022-12-13 16:48:10 +01:00 (Migrated from github.com)

1514bc8 adds a license

1514bc8 adds a license
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lezer/import-tree-sitter!4
No description provided.