0.0.1 • Published 6 years ago
@chee/o-npm v0.0.1
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:
.bowerrc
pointing to the origami registry.npmrc
pointing to the local sinopia registrypackage.json
depending 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.json
files for all the components - build the components
- clean the
package.json
- publish to your local
npm
registry
TODO
- run the obt tests on the node module version of a component
- write literally any tests for this code