0.3.7 • Published 11 months ago

devbox-toolkit v0.3.7

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

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

  1. Run npx devbox <your library name>
  2. Check if library name already exist on NPM. Options: name available, proceed; name taken, change or continue wo npm
  3. 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?

  4. Time for DevBox to set up your development environment.

  5. cd <your library name> && npm install
  6. npm run dev
  7. Happy coding 🥳

BUILD

npm run build

RELEASE

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

CURRENT VERSION

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

0.3.0

11 months ago

0.3.6

11 months ago

0.3.5

11 months ago

0.3.7

11 months ago

0.3.2

11 months ago

0.3.1

11 months ago

0.3.4

11 months ago

0.3.3

11 months ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago