3.2.6 • Published 1 year ago

moduless v3.2.6

Weekly downloads
56
License
MIT
Repository
github
Last release
1 year ago

Moduless

A lightweight function runner that supports module-free workflow. Designed for use with Visual Studio Code.

How to use

Step 1: Install moduless into your project:

npm install moduless --save-dev

Step 2: Create a Visual Studio Code task that will allow you to easily set an active function to run. In your .code-workspace file, merge in the following JSON:

{
	"tasks": {
		"tasks": [
			{
				"label": "Set Active Cover Function",
				"type": "shell",
				"command": "npx",
				"args": [
					"moduless",
					"set",
					"${file}:${lineNumber}"
				],
				"problemMatcher": []
			},
		]
	}
}

It's highly recommended that you assign a Hotkey to this task. When using the moduless workflow, you'll be running this task constantly.

3.2.6

1 year ago

3.2.2

2 years ago

3.2.1

2 years ago

3.2.0

2 years ago

3.2.5

2 years ago

3.2.4

2 years ago

3.2.3

2 years ago

3.0.1

3 years ago

3.1.3

3 years ago

3.1.2

3 years ago

3.1.1

3 years ago

3.1.0

3 years ago

2.2.0

3 years ago

2.1.25

3 years ago

2.1.24

5 years ago

2.1.23

5 years ago

2.1.22

5 years ago

2.1.21

5 years ago

2.1.20

5 years ago

2.1.19

5 years ago

2.1.18

5 years ago

2.1.16

5 years ago

2.1.17

5 years ago

2.1.14

5 years ago

2.1.15

5 years ago

2.1.13

5 years ago

2.1.12

5 years ago

2.1.11

5 years ago

2.1.10

5 years ago

2.1.6

5 years ago

2.1.5

5 years ago

2.1.8

5 years ago

2.1.7

5 years ago

2.1.9

5 years ago

2.1.4

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.11

5 years ago

2.0.10

5 years ago

2.0.9

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

2.0.0

6 years ago