7.4.6 • Published 3 years ago

create-dosbox v7.4.6

Weekly downloads
108
License
ISC
Repository
github
Last release
3 years ago

Create Dosbox

Create js-dos web page with no build configuration.

Create Dosbox works on macOS, Windows, and Linux. If something doesn’t work, please file an issue.

Quick Overview

npx create-dosbox my-app
cd my-app
npm install
npm start
---
Open localhost:8080 in browser

You will be prompted to select game that you want bootstrap.

If you've previously installed create-dosbox globally via npm install -g create-dosbox, we recommend you uninstall the package using npm uninstall -g create-dosbox or yarn global remove create-dosbox to ensure that npx always uses the latest version.

(npx comes with npm 5.2+ and higher, see instructions for older npm versions)

Then open http://localhost:8080/ to see your app.

It will create a directory called my-app inside the current folder. Inside that directory, it will generate the initial project structure:

my-app
├── package.json
└── _site
    ├── js-dos
    ├── bundle.jsdos
    └── index.html

No configuration or complicated folder structures, only the files you need to build your app.

  • js-dos - contains last release version of js-dos that you can download from Releases page
  • bundle.jsdos - is a bundle with game to start read more
  • index.html - is a web page template

So, you can host _siteon static web server no other dependincies is needed.

Once the installation is done, you can open your project folder:

cd my-app

Inside the newly created project, you can run some built-in commands:

npm install
npm start

Open http://localhost:8080 to view it in the browser.

Community

7.4.6

3 years ago

7.4.5

3 years ago

7.4.4

3 years ago

7.2.8

3 years ago

7.2.7

3 years ago

7.2.6

3 years ago

7.2.5

3 years ago

7.2.4

4 years ago

7.1.14

4 years ago

7.1.12

4 years ago

7.1.15

4 years ago

7.0.8

4 years ago

7.0.7

4 years ago

7.0.6

4 years ago

7.0.5

4 years ago

7.0.9

4 years ago

7.0.0

4 years ago

7.0.4

4 years ago

7.0.3

4 years ago

7.0.2

4 years ago

7.0.1

4 years ago

7.0.10

4 years ago

7.0.11

4 years ago

6.22.59

5 years ago

6.22.58

5 years ago

6.22.56

6 years ago

6.22.55

6 years ago

6.22.54

6 years ago

6.22.52

6 years ago

6.22.53

6 years ago

6.22.51

6 years ago

6.22.50

6 years ago

6.22.49

6 years ago

6.22.48

6 years ago

6.22.47

6 years ago

6.22.46

6 years ago

6.22.45

6 years ago

6.22.44

6 years ago

6.22.43

6 years ago

6.22.42

6 years ago

6.22.41

6 years ago

6.22.40

6 years ago

6.22.39

6 years ago

6.22.38

6 years ago

6.22.37

6 years ago

6.22.36

6 years ago

6.22.34

6 years ago

6.22.33

6 years ago

6.22.32

6 years ago

6.22.31

6 years ago

6.22.30

6 years ago

6.22.29

6 years ago

6.22.28

6 years ago

6.22.27

6 years ago

6.22.26

6 years ago

6.22.25

6 years ago

6.22.24

6 years ago

6.22.23

6 years ago

6.22.22

6 years ago

6.22.21

6 years ago

6.22.20

6 years ago

6.22.19

6 years ago

6.22.18

6 years ago

6.22.17

6 years ago

6.22.16

6 years ago

6.22.15

6 years ago

6.22.14

6 years ago

6.22.13

6 years ago

6.22.12

6 years ago

6.22.11-b

6 years ago

6.22.11-a

6 years ago

6.22.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago