Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

devbox-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

devbox-toolkit

DevBox is a tool for providing a pleasant development environment for ESM libraries.

unpublished
latest
npmnpm
Version
0.3.7
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

DEVBOX

DevBox is a tool for providing a pleasant development environment for ESM libraries.

FEATURES

DevBox provides out of the box:

  • Dev server
  • Bundler
  • Linter
  • Test runner
  • Releaser to Github or Gitlab
  • Publish your library to NPM without development setting
  • Semver versioning
  • Standar commits
  • Keep a changelog

USAGE

npx devbox <your library name>

FLOW

START

  • Run npx devbox <your library name>

  • Check if library name already exist on NPM. Options: name available, proceed; name taken, change or continue wo npm

  • Answer questions

    • Author's name

    • License

    • Keep a changelog file?

    • Release on Github or Gitlab?

    • Publish on NPM? (if option 2 ok)

    • Include an static demo site on dist folder?

  • Time for DevBox to set up your development environment.

  • cd <your library name> && npm install

  • npm run dev

  • Happy coding 🥳

BUILD

npm run build

RELEASE

npm run release // test before release --dry-run

CURRENT VERSION

v0.1.0

https://github.com/nickjj/esbuild-copy-static-files

FAQs

Package last updated on 28 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts