@puruslang/linter 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/README.md +0 -58
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@puruslang/linter",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Linter for the Purus language",
5
5
  "license": "Apache-2.0",
6
6
  "main": "src/index.js",
package/README.md DELETED
@@ -1,58 +0,0 @@
1
- <div align="center">
2
-
3
- [![Logo](./logo.png)](https://purus.work)
4
-
5
- **English** | [日本語](./README-ja.md)
6
-
7
- </div>
8
-
9
- ---
10
-
11
- [![npm](https://img.shields.io/npm/v/purus)](https://www.npmjs.com/package/purus)
12
- [![npm downloads](https://img.shields.io/npm/dm/purus)](https://www.npmjs.com/package/purus)
13
- [![GitHub commit activity](https://img.shields.io/github/commit-activity/m/otoneko1102/purus)](https://github.com/otoneko1102/purus/pulse)
14
- [![GitHub last commit](https://img.shields.io/github/last-commit/otoneko1102/purus)](https://github.com/otoneko1102/purus/commits/main)
15
- ![US layout](https://img.shields.io/badge/US_layout-Supported-green)
16
- ![JIS layout](https://img.shields.io/badge/JIS_layout-Supported-green)
17
-
18
- Purus - _/ˈpuː.rus/_ _**means pure✨ in Latin**_ - is a beautiful, simple, and easy-to-use language. It compiles to _JavaScript_.
19
-
20
- **It makes your fingers free from the _Shift key_.**
21
-
22
- With Purus, you can write code almost without pressing the _Shift key_.
23
-
24
- ## Install
25
-
26
- ```sh
27
- # Global
28
- npm install -g purus
29
-
30
- # or Local
31
- npm install -D purus
32
- ```
33
-
34
- ## File Extensions
35
-
36
- | Extension | Output |
37
- | --------- | ------ |
38
- | `.purus` | `.js` |
39
- | `.cpurus` | `.cjs` |
40
- | `.mpurus` | `.mjs` |
41
-
42
- ## Tooling
43
-
44
- - **VS Code Extension** — [Marketplace](https://marketplace.visualstudio.com/items?itemName=otoneko1102.purus): Syntax highlighting, snippets, file icons
45
- - **Linter** — [`@puruslang/linter`](https://www.npmjs.com/package/@puruslang/linter): Static analysis for Purus
46
- - **Prettier Plugin** — [`@puruslang/prettier-plugin-purus`](https://www.npmjs.com/package/@puruslang/prettier-plugin-purus): Code formatting
47
-
48
- ## Documentation
49
-
50
- The documentation is available on [purus.work](https://purus.work).
51
-
52
- ## Author
53
-
54
- otoneko. https://github.com/otoneko1102
55
-
56
- ## License
57
-
58
- Distributed under the Apache 2.0 License. See [LICENSE](./LICENSE) for more information.