0.0.1 • Published 7 years agoCLI
@chee/o-npm
Licence
MPL-2.0
Version
0.0.1
Deps
9
Size
54 kB
Vulns
0
Weekly
0
origami npm module maker
usage
$ npm install -g sinopia
$ sinopia
$ npm install -g @chee/o-npm
$ on --working-directory /tmp/origami --publish
this will:
- create /tmp/origami containing:
.bowerrcpointing to the origami registry.npmrcpointing to the local sinopia registrypackage.jsondepending on babel for building the components
- fetch the latest versions of all the components (you can pass targets like
--components o-typography,o-colors - create
package.jsonfiles for all the components - build the components
- clean the
package.json - publish to your local
npmregistry
TODO
- run the obt tests on the node module version of a component
- write literally any tests for this code