1.9.4 • Published 9 years ago

generator-mljs-packages v1.9.4

Weekly downloads
63
License
MIT
Repository
github
Last release
9 years ago

generator-mljs-packages

NPM version Build Status Dependency Status Coverage percentage npm download

Generator for ml.js packages

:warning: Deprecated!

Instead you should use generator-cheminfo, it's the modern version of this package

Description

The generator will prompt for the next fields:

  • Your project name: the package name, without the ml- start
  • Your name: your NPM name
  • Your email: your email
  • Your package description: A description to show in NPM
  • Your package version: The package version. The default value is 0.0.1
  • Do you want to install coverage tool?: Add the coveralls badge and scripts. The default value is false
  • Run NPM install?: Run npm install after the template generation

When the generator finish there will be the following files:

.
├── .eslintrc.yml
├── .gitignore
├── .travis.yml
├── History.md
├── LICENSE
├── README.md
├── package.json
├── tonic.js
├── src
│   └── index.js
└── test
    └── test.js

Contributors

License

MIT

1.9.4

9 years ago

1.9.3

9 years ago

1.9.2

9 years ago

1.9.1

9 years ago

1.9.0

9 years ago

1.8.1

9 years ago

1.8.0

9 years ago

1.7.0

9 years ago

1.6.0

10 years ago

1.5.0

10 years ago

1.4.1

10 years ago

1.4.0

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.12

10 years ago

1.0.11

10 years ago

1.0.10

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago