@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.
- package/package.json +1 -1
- package/README.md +0 -58
package/package.json
CHANGED
package/README.md
DELETED
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
|
|
3
|
-
[](https://purus.work)
|
|
4
|
-
|
|
5
|
-
**English** | [日本語](./README-ja.md)
|
|
6
|
-
|
|
7
|
-
</div>
|
|
8
|
-
|
|
9
|
-
---
|
|
10
|
-
|
|
11
|
-
[](https://www.npmjs.com/package/purus)
|
|
12
|
-
[](https://www.npmjs.com/package/purus)
|
|
13
|
-
[](https://github.com/otoneko1102/purus/pulse)
|
|
14
|
-
[](https://github.com/otoneko1102/purus/commits/main)
|
|
15
|
-

|
|
16
|
-

|
|
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.
|