@aikosia/asterisker
v1.2.1
Published
Change dependencies package.json to latest
Readme
LOCAL
This package will likely be used as a development tool:
npm install @aikosia/asterisker --save-devAssume you have this on your package.json
dependencies:{
@aikosia/automaton-core: ^1.0.0
@aikosia/automaton-client: ^1.0.0
}And then, those two packages have a new release
- @aikosia/automaton-core v1.1.0
- @aikosia/automaton-client v1.2.0
on your root working directory, you can run:
asterisker @aikosia/automaton-core @aikosia/automaton-clito update those two packages to the new release.
package.json will be updated to:
dependencies:{
@aikosia/automaton-core: ^1.1.0
@aikosia/automaton-client: ^1.2.0
}GLOBAL
npm install -g @aikosia/asteriskerNPX
npx @aikosia/asterisker express mongodbor you can using like this:
on package.json add asterisker field with array type
{
asterisker:["express","mongodb"]
}and then run:
npx @aikosia/asterisker -l