0.0.128 • Published 1 month ago

rollup-scripts v0.0.128

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

CodeQL

Rollup Scripts

Rollup scripts is a "zero config" bundler for JavaScript and TypeScript libraries.

What does that mean?

Rollup scripts is designed to work out of the box for majority of JS and TS projects. It wraps the core functionality of Rollup in a smart way, therefore eliminating the need for setting up projects and configurations from scratch.

Roadmap

https://github.com/scssyworks/rollup-scripts/blob/main/ROADMAP.md

Getting started

  1. Create an npm project
npm init -y
  1. Install rollup-scripts. NOTE: Do not install this package globally!
npm i -D --save-exact rollup-scripts
  1. If you are testing a forked repository:
npm i -D --save-exact github:{your username}/rollup-scripts
  1. Create an src folder and an entry file index.js with a valid JavaScript code.
mkdir src
touch src/index.mjs
  1. Update package.json file as follows
{
  "main": "dist/umd/index.js",
  "module": "dist/esm/index.mjs",
  "scripts": {
    "build": "rollup-scripts build",
    "lint": "rollup-scripts lint",
    "init": "rollup-scripts init"
  }
}
  1. Run command npm run build to compile the code.

NOTE:

Rollup scripts currently supports compilation for JavaScript, TypeScript, React and Preact projects. We are working to add support for Angular, Vue and Svelte projects as well.

npx rollup-scripts build

Available commands

Rollup-scripts supports init, build and lint scripts. For more details run:

npx rollup-scripts --help

This package is currently experimental and in active development. Version 0.0.x is unstable and should be used only for trial purposes.

https://github.com/scssyworks/rollup-scripts/issues

0.0.128

1 month ago

0.0.127

1 month ago

0.0.126

1 month ago

0.0.125

1 month ago

0.0.124

1 month ago

0.0.123

1 month ago

0.0.122

1 month ago

0.0.121

1 month ago

0.0.120

1 month ago

0.0.119

9 months ago

0.0.118

9 months ago

0.0.117

9 months ago

0.0.116

9 months ago

0.0.115

9 months ago

0.0.114

9 months ago

0.0.113

10 months ago

0.0.112

10 months ago

0.0.111

10 months ago

0.0.110

10 months ago

0.0.109

10 months ago

0.0.108

10 months ago

0.0.107

10 months ago

0.0.106

10 months ago

0.0.105

10 months ago

0.0.104

10 months ago

0.0.103

10 months ago

0.0.102

10 months ago

0.0.101

10 months ago

0.0.100

10 months ago

0.0.99

10 months ago

0.0.98

10 months ago

0.0.97

10 months ago

0.0.96

10 months ago

0.0.95

10 months ago

0.0.94

11 months ago

0.0.93

11 months ago

0.0.92

11 months ago

0.0.91

11 months ago

0.0.90

11 months ago

0.0.89

11 months ago

0.0.88

11 months ago

0.0.87

11 months ago

0.0.86

11 months ago

0.0.85

11 months ago

0.0.84

11 months ago

0.0.83

11 months ago

0.0.82

11 months ago

0.0.81

11 months ago

0.0.80

11 months ago

0.0.79

11 months ago

0.0.78

11 months ago

0.0.77

11 months ago

0.0.76

11 months ago

0.0.75

11 months ago

0.0.74

11 months ago

0.0.73

11 months ago

0.0.72

11 months ago

0.0.71

11 months ago

0.0.70

11 months ago

0.0.69

11 months ago

0.0.68

11 months ago

0.0.67

11 months ago

0.0.66

11 months ago

0.0.65

11 months ago

0.0.64

11 months ago

0.0.63

11 months ago

0.0.62

11 months ago

0.0.61

11 months ago

0.0.60

11 months ago

0.0.59

11 months ago

0.0.58

11 months ago

0.0.57

11 months ago

0.0.56

11 months ago

0.0.55

11 months ago

0.0.54

11 months ago

0.0.53

11 months ago

0.0.52

11 months ago

0.0.51

11 months ago

0.0.50

11 months ago

0.0.49

11 months ago

0.0.48

11 months ago

0.0.47

11 months ago

0.0.46

11 months ago

0.0.45

11 months ago

0.0.44

11 months ago

0.0.43

11 months ago

0.0.42

11 months ago

0.0.41

11 months ago

0.0.40

11 months ago

0.0.39

11 months ago

0.0.38

11 months ago

0.0.37

11 months ago

0.0.36

11 months ago

0.0.35

11 months ago

0.0.34

11 months ago

0.0.33

11 months ago

0.0.32

11 months ago

0.0.31

11 months ago

0.0.30

11 months ago

0.0.29

11 months ago

0.0.28

11 months ago

0.0.27

11 months ago

0.0.26

11 months ago

0.0.25

11 months ago

0.0.24

11 months ago

0.0.23

11 months ago

0.0.22

11 months ago

0.0.21

11 months ago

0.0.20

11 months ago

0.0.19

11 months ago

0.0.18

11 months ago

0.0.17

11 months ago

0.0.16

11 months ago

0.0.15

11 months ago

0.0.14

11 months ago

0.0.13

11 months ago

0.0.12

11 months ago

0.0.11

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago