1.9.4 • Published 8 years ago

generator-mljs-packages v1.9.4

Weekly downloads
63
License
MIT
Repository
github
Last release
8 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

8 years ago

1.9.3

8 years ago

1.9.2

8 years ago

1.9.1

8 years ago

1.9.0

8 years ago

1.8.1

8 years ago

1.8.0

8 years ago

1.7.0

8 years ago

1.6.0

8 years ago

1.5.0

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago