https://github.com/cjpatoilo/dumont
Deployment to GitHub Pages. Zero-configuration!
https://github.com/cjpatoilo/dumont
Last synced: over 1 year ago
JSON representation
Deployment to GitHub Pages. Zero-configuration!
- Host: GitHub
- URL: https://github.com/cjpatoilo/dumont
- Owner: cjpatoilo
- License: mit
- Created: 2018-12-12T17:01:31.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T01:27:58.000Z (over 3 years ago)
- Last Synced: 2025-02-28T07:33:28.099Z (over 1 year ago)
- Language: Shell
- Homepage: https://cjpatoilo.com/dumont
- Size: 497 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/contributing.md
- Funding: .github/funding.yml
- License: license
Awesome Lists containing this project
README
> Deployment to GitHub Pages.
[](https://travis-ci.org/cjpatoilo/dumont?branch=master)
[](https://ci.appveyor.com/project/cjpatoilo/dumont)
[](https://www.codacy.com/app/cjpatoilo/dumont/dashboard)
[](https://david-dm.org/cjpatoilo/dumont)
[](https://www.npmjs.com/package/dumont)
[](https://www.npmjs.com/package/dumont)
[](https://gitter.im/cjpatoilo/dumont)
## Why it's awesome
Dumont provides an automated setup for a faster and secure deployment to GitHub Pages. Hope you enjoy!
## Getting Started
**Install with npm**
```sh
$ npm i -g dumont
```
**Install with Yarn**
```sh
$ yarn global add dumont
```
**Run with npx (without installing)**
```sh
$ npx dumont
```
Note: Install as a `global` tool or as `devDependencies`.
## Usage
```
$ dumont --help
Usage:
dumont []
Options:
-h, --help Display help information about Dumont
-v, --version Output Bower version
Examples:
dumont dist
```
## Contributing
Want to contribute? Follow these [recommendations](https://github.com/cjpatoilo/dumont#contributing).
## License
Designed with ♥ by [CJ Patoilo](https://twitter.com/cjpatoilo). Licensed under the [MIT License](https://github.com/cjpatoilo/dumont#license).
