All Projects → egoist → pocky-deprecated

egoist / pocky-deprecated

Licence: MIT license
rollup + nodemon = pocky

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to pocky-deprecated

motion-hooks
A simple Hooks wrapper over Motion One, An animation library, built on the Web Animations API for the smallest filesize and the fastest performance.
Stars: ✭ 93 (+210%)
Mutual labels:  rollup
rollup-plugin-external-globals
Transform external imports into global variables like output.globals.
Stars: ✭ 57 (+90%)
Mutual labels:  rollup
pansy
🛠️ A zero configuration library bundler.
Stars: ✭ 14 (-53.33%)
Mutual labels:  rollup
mark.js
mark.js用于标记选中的文字,自定义插入标签
Stars: ✭ 27 (-10%)
Mutual labels:  rollup
web-config
A Rollup configuration to build modern web applications with sweet features as for example SCSS imports, Service Worker generation with Workbox, Karma testing, live reloading, coping resources, chunking, treeshaking, Typescript, license extraction, filesize visualizer, JSON import, budgets, build progress, minifying and compression with brotli a…
Stars: ✭ 17 (-43.33%)
Mutual labels:  rollup
trample
A Web/Node General Utils Library
Stars: ✭ 36 (+20%)
Mutual labels:  rollup
fliphub
the easiest app builder
Stars: ✭ 30 (+0%)
Mutual labels:  rollup
node-mysql
Node with mysql boilerplate
Stars: ✭ 72 (+140%)
Mutual labels:  nodemon
ts-koa-starter
typescript+koa起手式(简单的空环境)
Stars: ✭ 92 (+206.67%)
Mutual labels:  nodemon
gw
A Wrapper of a command to watch any changes in filesystem
Stars: ✭ 16 (-46.67%)
Mutual labels:  nodemon
ontwik-ui
ontwik-ui - A headless UI library
Stars: ✭ 52 (+73.33%)
Mutual labels:  rollup
react-library-starter
A library starter kit and bundler for your React projects, powered by Rollup. ⚡
Stars: ✭ 22 (-26.67%)
Mutual labels:  rollup
hubble-contracts
Hubble optimistic rollup
Stars: ✭ 102 (+240%)
Mutual labels:  rollup
angular2-pokedex
A Pokedex built on Angular with AoT, Tree Shaking, Rollup and TypeScript
Stars: ✭ 34 (+13.33%)
Mutual labels:  rollup
size-plugin-bot
A Github bot for size-plugin
Stars: ✭ 76 (+153.33%)
Mutual labels:  rollup
rollup-plugin-lit-css
Moved to https://github.com/bennypowers/lit-css
Stars: ✭ 35 (+16.67%)
Mutual labels:  rollup
bundle
An online tool to quickly bundle & minify your projects, while viewing the compressed gzip/brotli bundle size, all running locally on your browser.
Stars: ✭ 475 (+1483.33%)
Mutual labels:  rollup
bce.design
minimal magic, minimal tooling, essential dependencies, high productivity, no transpilations and no migrations. The Web Components starter ships with integrated lit-html, redux-toolkit and vaadin router components.
Stars: ✭ 67 (+123.33%)
Mutual labels:  rollup
cryptoformat
Javascript library to format and display cryptocurrency and money
Stars: ✭ 40 (+33.33%)
Mutual labels:  rollup
minimal-hapi-react-webpack
Minimal Hapi + React + Webpack + HMR (hot module reloading) Sandbox
Stars: ✭ 55 (+83.33%)
Mutual labels:  nodemon

pocky

NPM version NPM downloads CircleCI donate

Install

yarn global add pocky
# OR 
npm i -g pocky

How to use

Populate an entry file for your node app, eg. index.js:

const app = require('express')()

app.get('/', (req, res) => 
  res.send('hello world')
)

app.listen(4000, () => 
  console.log('> Open http://localhost:4000')
)

Then run pocky and you can see:

preview

To build your app, run pocky build instead.

Babel

By default it uses babel-preset-pocky which targets your system node version.

Custom config

Entry file

pocky [path/to/entry.js]

Custom rollup config

pocky --rollup-config ./path/to/rollup.config.js

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

pocky © egoist, Released under the MIT License.
Authored and maintained by egoist with help from contributors (list).

egoistian.com · GitHub @egoist · Twitter @rem_rin_rin

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].