5.4.1 • Published 2 years ago

fscr v5.4.1

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

The simplest way to run your npm type tasks

You write a beautiful & documented Markdown file, we run it for you. And you have a lot of flexibility!

Example fscripts.md file :

# Group 1
           
## run

```bash
echo 'start'; sleep 4; echo 'done'
```


## run:s

```bash
yarn fsr run-s run:one run:two
```

## run:one

```js
console.log("ONEEE");
```

## run:two

```js
console.log("TWOOOO");
```

Each section is an h1 and task is defined using h2 header and its child contents, the value of h2 header will be used as task name, its following paragraphs (optional) will be used as task description, and following code block (optional) will be used as task script.

# Start Scripts

Start running in development mode

## start:w:u

Run tasks `start:web` and `start:utils` in parallel.

```bash
fsr run-s start:web start:utils
```

Password for encrypted file is 'secret'

5.3.3

2 years ago

5.4.1

2 years ago

5.3.2

2 years ago

5.4.0

2 years ago

5.3.1

2 years ago

5.3.0

2 years ago

5.2.5

4 years ago

5.2.4

4 years ago

5.2.2

4 years ago

5.2.1

4 years ago

5.2.0

4 years ago

5.1.9

4 years ago

5.1.2

4 years ago

5.1.0

4 years ago

5.0.3

4 years ago

5.0.1

4 years ago

2.0.4

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

1.3.6

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.5

5 years ago

1.1.2

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

4.1.2

5 years ago