Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ezhlobo/puginjs-repl

Make transformation of pug in js online
https://github.com/ezhlobo/puginjs-repl

jsx pug react repl website

Last synced: 9 days ago
JSON representation

Make transformation of pug in js online

Awesome Lists containing this project

README

        

# puginjs-repl

Make transformation of pug in js online. Set necessary version and share code snippets by copying URL.

**[puginjs.now.sh](https://puginjs.now.sh/)**

[![Status of develop branch][badge]][CI URL]

[badge]: https://img.shields.io/circleci/project/github/ezhlobo/puginjs-repl.svg?longCache
[CI URL]: https://circleci.com/gh/ezhlobo/puginjs-repl/tree/master

## Add new bundle

Create bundle in repository and create a PR.

```
yarn pull-bundle [version on npm]
```

[See all version on npm](https://www.npmjs.com/package/babel-plugin-transform-react-pug?activeTab=versions)

## Start on localhost

```
yarn dev
```

Will run local development server to test changes.