0.3.14 • Published 2 years ago

drill4js-cli v0.3.14

Weekly downloads
6
License
Apache-2.0
Repository
-
Last release
2 years ago

AST-parser (drill4js-cli utility)

Production build

  1. Run

        set NODE_ENV=production&& npx webpack --config webpack.config.js && rm -rf node_modules && npm i --only=prod && npm prune --production && npm shrinkwrap

Release

To release a new package version:

  1. Bump version in package.json manually
  2. Run commands from Production build section
  3. Run npm publish --dry-run:

    • ensure that only necessary files are listed in package preview

    • ensure that npm-shrinkwrap.json does not include development dependencies

  4. Run npm publish

Development build & debug

  1. Install development dependencies

      rm -rf node_modules
      npm i
  2. Run webpack development server

      npm run dev
  3. Attach debugger to the process started with npm run dev

    VScode:

    • Run Debug on fixtures launch configuration
    • Edit configuration to debug on different files

    Other IDEs:

    • Attach debugger of your choice to the running process, use .vscode/launch.json Debug on fixtures configuration as the example
0.5.0-jsx-fix.3

2 years ago

0.5.0-jsx-fix.2

2 years ago

0.5.0-jsx-fix.1

2 years ago

0.3.15-beta.5

3 years ago

0.3.15-beta.4

3 years ago

0.3.15-beta.3

3 years ago

0.3.15-beta.0

3 years ago

0.3.14

3 years ago

0.3.13

3 years ago

0.3.12

3 years ago

0.3.11

3 years ago

0.3.10

3 years ago

0.3.9

4 years ago

0.3.8

4 years ago

0.3.7

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago