1.9.4 • Published 9 years ago
generator-mljs-packages v1.9.4
generator-mljs-packages
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
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
9 years ago
1.5.0
9 years ago
1.4.1
9 years ago
1.4.0
9 years ago
1.3.0
9 years ago
1.2.0
9 years ago
1.1.0
9 years ago
1.0.12
9 years ago
1.0.11
9 years ago
1.0.10
9 years ago
1.0.9
9 years ago
1.0.8
9 years ago
1.0.7
9 years ago
1.0.6
9 years ago
1.0.5
9 years ago
1.0.4
9 years ago
1.0.3
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago