1.0.4 • Published 4 years ago

@nebular.js/neptune v1.0.4

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

@nebular.js/neptune

install

npm i -s @nebular.js/neptune
# or
yarn add @nebular.js/neptune

import

const neptune = require("@nebular.js/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`]
});
1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago