Skip to content

Latest commit

 

History

127 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@drumee/server-dev-tools

Development tooling for Drumee back-end services.

npm

npm i --save-dev @drumee/server-dev-tools

What it provides

Installing this package runs a postinstall hook that symlinks its commands into your project's node_modules/.bin, so they are callable from npm scripts. It does not declare them through package.json bin.

Command Runs
drumee-server-devel Development server with live reload
drumee-server-deploy Build and deploy
drumee-server-plugin Register or remove a server plugin
drumee-server-endpoint Manage development endpoints

Wire them up in your package.json:

{
  "scripts": {
    "dev": "drumee-server-devel",
    "deploy": "drumee-server-deploy",
    "register-plugin": "drumee-server-plugin"
  }
}

On first install the hook also copies .dev-tools.tpl to .dev-tools.rc in the parent directory; that is where per-project settings live.

Used by schemas, setup and setup-schemas.

Contributing

See the org CONTRIBUTING guide. Questions: Discussions.

License

MIT — see LICENSE.

About

Development and build tooling for Drumee back-end services

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages