Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
@mikojs/babel-preset-base
The base of babel plugin with mikojs.
@mikojs/server
Use to build a server.
@mikojs/configs
Use to manage the miko configs.
@mikojs/badges
Use to add badges to `README.md`.
@mikojs/eslint-config-base
Eslint config fo mikojs.
@mikojs/utils
Util tools for mikojs.
@mikojs/miko
Use to run the commands.
@mikojs/babel-plugin-import-css
Use to make the css files could be imported into `node` and `browser`.
@mikojs/koa-graphql
Collect the graphql files to build the graphql automatically.
@mikojs/jest
Jest setup files.
@mikojs/koa-react
Collect the react files to build the pages automatically.
@mikojs/create-project
Creating project for mikojs.
@mikojs/worker
Use to create a socket server and handle the event from the client side.
@mikojs/graphql
Use to build a graphql server.
@mikojs/babel-plugin-transform-flow
Use to build the flow files with babel.
@mikojs/use-less
Add less config to @mikojs/koa-react.
@mikojs/react-ssr
Use to render the component with the server rendering and the client rendering.
@mikojs/logger
Use to log the information.
@mikojs/koa-base
The base of koa middleware with mikojs.
@mikojs/commander
Use object to parse commands with commander.