1.0.8 • Published 4 years ago

@nebulars/neptune v1.0.8

Weekly downloads
4
License
MIT
Repository
-
Last release
4 years ago

@nebulars/neptune

install

npm i -s @nebulars/neptune
# or
yarn add @nebulars/neptune

import

const neptune = require("@nebulars/neptune");

use

neptune({
  // black list
  black: [`dist`, `node_modules`, `common`, `cdn`],
  // projects list, all projects in current directory will be obtained by default when the value is not set
  projects: [`path/to/project`]
});